Skip to content

Commit

Permalink
docs: add polars quickstart (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Aug 29, 2024
1 parent 1da109f commit 1f4a7f2
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 2 deletions.
568 changes: 568 additions & 0 deletions nbs/docs/getting-started/21_polars_quickstart.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nbs/docs/getting-started/4_data_requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"`TimeGPT` accepts `pandas` dataframes in [long format](https://www.theanalysisfactor.com/wide-and-long-data/#comments) with the following necessary columns: \n",
"`TimeGPT` accepts `pandas` and `polars` dataframes in [long format](https://www.theanalysisfactor.com/wide-and-long-data/#comments) with the following necessary columns: \n",
"\n",
"- `ds` (timestamp): timestamp in format `YYYY-MM-DD` or `YYYY-MM-DD HH:MM:SS`. \n",
"- `y` (numeric): The target variable to forecast. \n",
Expand Down Expand Up @@ -939,5 +939,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
1 change: 1 addition & 0 deletions nbs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"pages": [
"docs/getting-started/introduction.html",
"docs/getting-started/quickstart.html",
"docs/getting-started/polars_quickstart.html",
"docs/getting-started/setting_up_your_api_key.html",
"docs/getting-started/data_requirements.html",
"docs/getting-started/faq.html",
Expand Down

0 comments on commit 1f4a7f2

Please sign in to comment.