<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
       <loc>https://www.databrewer.co</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>0.8</priority>
   </url>
    <url>
       <loc>https://www.databrewer.co/R/eBook/flash-to-r-ggplot2-mastery</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/0-introduction</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/1-pipe-operator</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/2-select-columns</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/3-filter-rows</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/4-mutate-columns</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/5-summarize</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/6-grouped-dataset</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/7-arrange</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/8-keep-distinct-rows</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/9-select-rows</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/10-glimpse-columns</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/11-extract-a-single-column</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/12-rename-columns</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/13-reorder-columns</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/14-repeated-operations-on-multiple-column</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/15-rowwise-operations</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/16-count-observations</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/17-mutating-join-two-datasets</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/18-filtering-join-two-datasets</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/19-nest-join-two-datasets</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/20-cross-join-two-datasets</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/21-bind-two-datasets-by-columns-rows</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/22-set-operations</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/23-between-a-range</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/24-count-unique-values</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/dplyr/25-data-masking</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/introduction-of-Pandas</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/load-data-into-pandas-dataframe</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/get-information-of-data</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/slice-dataframe</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/sort-dataframes</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/replace-values</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/rename-columns</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/find-min-max-mean</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/find-unique-values-in-columns</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/Handle-missing-values</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/delete-columns-rows</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/find-and-drop-duplicate-rows</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/group-data</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/transform-data-with-custom-functions</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/merge-dataframes</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-data-wrangling/concatenate-dataframes</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/getting-started</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/introduction-to-python</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/install-python</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/install-jupyter-notebook</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/print-method</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/variables</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/data-types</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/data-structure-lists</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/data-structure-tuples</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/data-structure-dictionaries</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/data-structure-sets</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/arithmetic-operations</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-operations-comparison</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-operations-logical</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-if-else</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-for-loop</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-while-loop</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-loop-control-statements</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/function-definition-and-parameters</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-functions-return-statements</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/local-variable-and-global-variable</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-lambda-functions</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-modules-and-libraries</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-classes-and-objects</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/python-tutorial/python-class-inheritance</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/getting-started</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/spark-vs-pyspark</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/install</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/spark-session</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/pyspark-dataframe</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/createDataFrame</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/dataframe-reader</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
      <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/dataframe-schema</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/dataframe-writer</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/views</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/managed-and-external-table</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/explode</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/fillna</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/isnull</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/join</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/limit</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/pivot</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/show</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/select</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/selectExpr</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/sort</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/union_unionByName</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/array_contains</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/cast</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/col</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/drop</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/element_at</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/replace</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/lit</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/lower</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/split</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/trim</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/upper</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/withColumn</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/withColumnRenamed</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/dropDuplicates</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/filter</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/aggregation</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/avg</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/approx</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/count</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/collect_list</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/collect_set</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/min</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/max</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/mean</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/sum</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/add_months</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/current_date</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/date_add</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/day-of-week</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/date_format</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/to_date</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/ceil</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/corr</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/cos</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/log</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/rand</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/round</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/stddev_samp</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/sumDistinct</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/sqrt</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/pyspark-tutorial/var_pop</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/introduction</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/1-ggplot2-overcrowded-data-points</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/2-ggplot2-overcrowded-text-labels</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/3-ggplot2-wrap-long-texts</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/3-ggplot2-overlap-errorbar</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/4-ggplot2-reorder-bars</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/5-ggplot2-reorder-violin-plots</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/6-ggplot2-reorder-faceted-panels</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/7-ggplot2-reorder-stacking-of-bars</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/8-ggplot2-reorder-legend-keys</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/9-ggplot2-reorder-legend-colorBar</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/10-ggplot2-relocate-legend-position</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/11-ggplot2-change-legend-row-number</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/12-ggplot2-reorder-multiple-legends</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/13-ggplot2-rename-title-legend</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/13-2-ggplot2-title-legend-removal</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/14-ggplot2-legend-remove</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/15-ggplot2-color-brewer-palette</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/16-ggplot2-color-viridis-palette</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/17-ggplot2-polar-coord-summary</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/visualization/18-ggplot2-create-points</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/0-introduction</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/1-str-length</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/2-str-count</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/3-str-dup</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/4-str-sub</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/5-str-detect</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/6-str-subset</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/7-str-pad</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/8-str-trunc</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/9-str-trim</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/10-str-to</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/11-str-sort-str-order</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/12-str-extract</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/13-str-replace</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/14-str-remove</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/15-str-flatten</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/16-str-split</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/17-str-c</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/18-str-wrap</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-mosaic-health-wealth</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-penguin-scatterplot-ellipse-ggExtra</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-heatmap-vaccine-for-8-diseases</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-map-airline-animation</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-scatterplot-diamonds</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-line-plot-life-expectancy</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-dumbell-plot-votes-Trump-Clinton</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-radar-wine</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-scatterplot-urbanization</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-line-plot-gapminder</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-aRtsy-R-artworks</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-arrows-facet-women-parliament</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-heatmap-sunspot-activities</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggpplot2-bar-mortality</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-heatmap-African-population</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-heatmap-vaccine-for-polio</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-Waffle-plot-Chernoff-faces-wealth</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-bars-reordered-cars</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-2D-histogram-storm-activities-US</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-bar-Emoji-happy-money</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-waffle-plot-wealth-distribution</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-donut-GDP</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-lollipop-donut-horsepower</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-heatmap-volcano-topography</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-map-fiji-earthquakes</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-geofacet-US-states</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-scatterplot-techniques</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-line-plot-social-mobility</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-line-summary-statistics-milk</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-bar-polar-coord-horsepower</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-bar-CO2-air-travel</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-2D-histogram-happy</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-population-pyramid</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-draw-with-math-functions</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-bars-midwest-county</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-line-plot-cigarettes</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-world-map-cities-populations</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-segment-US-president-terms</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-map-airline</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-area-plot-migration</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-donut-plot-admission</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-density-plot-ggridge-sunspot</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-bar-sleep</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-stream-blockbuster</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/gallery/ggplot2-population-pyramid-animation</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/0-introduction</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/1-character-class</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/2-quantifiers</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/3-anchors</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/4-wildcards</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/5-escape-characters</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/6-word-boundary</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/7-alternation</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/8-capture-group</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/regular-expression/9-lookaround-assertion</loc>
       <lastmod>2024-05-04</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
      <url>
       <loc>https://www.databrewer.co/R/data-wrangling/purrr/introduction</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/purrr/map</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/purrr/map2</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/purrr/pmap</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/purrr/pluck-part1</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/purrr/pluck-part2</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/introduction</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/print-tibbles</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/create-tibbles</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/row-wise-tibble-creation</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/convert-vector-to-one-dimension-tibble</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/convert-vector-list-to-tibble</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/convert-two-columns-to-vector-or-list</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/add-rows-to-tibble</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tibble/add-columns-to-tibble</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/introduction</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url> 
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pivot-longer-part1</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pivot-longer-part2</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pivot-longer-part3</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pivot-longer-part4</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pivot-wider-part1</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pivot-wider-part2</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pivot-wider-part3</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/separate-columns</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/unite-columns</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/pack</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/drop-rows-containing-missing-values</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/replace-NA-with-specified-values</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/fill-up-missing-values</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/expand-combinations-variables-part1</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/expand-combinations-variables-part2</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
   <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/expand-combinations-variables-part3</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
   </url>
    <url>
       <loc>https://www.databrewer.co/R/data-wrangling/tidyr/Acknowledgement</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
    </url>
    <url>
       <loc>https://www.databrewer.co/R/data-wrangling/stringr/19-str-match</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
    </url>
    <url>
       <loc>https://www.databrewer.co/R</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
     </url>
    <url>
       <loc>https://www.databrewer.co/blog</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
     </url>
    <url>
       <loc>https://www.databrewer.co/blog/visualize-change-with-time</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
    </url>
    <url>
       <loc>https://www.databrewer.co/blog/pseudo-log-transformation</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
    </url>
    <url>
       <loc>https://www.databrewer.co/blog/publish-27-papers-graduate-school</loc>
       <lastmod>2024-05-29</lastmod>
       <changefreq>monthly</changefreq>
       <priority>1.0</priority>
    </url>
</urlset>