MindsDB home page
Search...
⌘K
Overview
Introduction
MindsDB Query Engine
Data Sources
Overview
Sample Database
Applications
Databases
Vector Stores
Files
CSV, XLSX, XLS
JSON
TXT
PDF
Parquet
Connection
Connect MindsDB to SQL Clients
Connect Data
Data Catalog
Overview
Data Catalog for Integrations
Bring Your Own Models
BYOM
MLflow
MindsDB home page
Search...
⌘K
Ask AI
Slack
GitHub
Website
Watch Video
Watch Video
Search...
Navigation
Files
Upload Parquet files to MindsDB
Documentation
Connect
Unify
Respond
MCP API
SDKs & APIs
Contribute
FAQs
Documentation
Connect
Unify
Respond
MCP API
SDKs & APIs
Contribute
FAQs
Slack
GitHub
Website
Watch Video
On this page
Upload files
Query files
Files
Upload Parquet files to MindsDB
Copy page
Copy page
You can upload Parquet files of any size to MindsDB that runs locally via
Docker
or
pip
.
Parquet files are stored in the form of a table inside MindsDB.
Upload files
Follow the steps below to upload a file:
Click on the
Add
dropdown and choose
Upload file
.
Upload a file and provide a name used to access it within MindsDB.
Alternatively, upload a file as a link and provide a name used to access it within MindsDB.
Query files
Here is how to query data within MindsDB.
Query for the content of the file uploaded under the name
my_file
.
Copy
Ask AI
SELECT
*
FROM
files
.
my_file
;
Was this page helpful?
Yes
No
Suggest edits
Raise issue
PDF
MindsDB SQL Editor
Assistant
Responses are generated using AI and may contain mistakes.