<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>ParquetKit Guides</title>
    <link>http://localhost:3000/docs</link>
    <description>Practical guides on working with Parquet files — no Spark, no installs, everything in the browser.</description>
    <language>en</language>
    <item>
      <title>How to Merge Multiple Parquet Files into One</title>
      <link>http://localhost:3000/docs/merge-multiple-parquet-files</link>
      <guid isPermaLink="true">http://localhost:3000/docs/merge-multiple-parquet-files</guid>
      <description>Combine several Parquet files into a single dataset with DuckDB SQL in your browser — including files whose schemas don't quite match — or with pyarrow.</description>
    </item>
    <item>
      <title>How to Open a Parquet File Without Spark or Python</title>
      <link>http://localhost:3000/docs/open-parquet-file-without-spark</link>
      <guid isPermaLink="true">http://localhost:3000/docs/open-parquet-file-without-spark</guid>
      <description>Five ways to open and inspect a Parquet file — from zero-install browser tools to DuckDB one-liners — and when each one makes sense.</description>
    </item>
    <item>
      <title>How to Open a Parquet File in Excel (Step by Step)</title>
      <link>http://localhost:3000/docs/open-parquet-in-excel</link>
      <guid isPermaLink="true">http://localhost:3000/docs/open-parquet-in-excel</guid>
      <description>Excel cannot read Parquet natively. Convert the file to CSV in your browser — and trim oversized files with SQL first — to get it into a spreadsheet.</description>
    </item>
    <item>
      <title>Parquet vs CSV: Size, Speed and When to Use Each</title>
      <link>http://localhost:3000/docs/parquet-vs-csv</link>
      <guid isPermaLink="true">http://localhost:3000/docs/parquet-vs-csv</guid>
      <description>A practical comparison of Parquet and CSV — file size, query speed, type safety and tool support — with concrete guidance on choosing.</description>
    </item>
    <item>
      <title>Query Parquet Files with SQL — No Database Required</title>
      <link>http://localhost:3000/docs/query-parquet-with-sql-in-browser</link>
      <guid isPermaLink="true">http://localhost:3000/docs/query-parquet-with-sql-in-browser</guid>
      <description>Run real SQL against local Parquet and CSV files using DuckDB in the browser: joins, aggregates and window functions with zero setup.</description>
    </item>
  </channel>
</rss>
