You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Data Package implementation in TypeScript
2
+
title: frictionless-ts
3
3
sidebar:
4
4
order: 1
5
5
label: Getting Started
6
6
---
7
7
8
-
frictionless-ts is a fast TypeScript **data management** framework built on top of the **Data Package** standard and **Polars DataFrames**. It supports various formats like CSV, JSON, and Parquet and integrates with data platforms such as CKAN, Zenodo, and GitHub.
8
+
Fast TypeScript **data management** framework built on top of the **Data Package** standard and **Polars DataFrames**. It supports various formats like CSV, JSON, and Parquet and integrates with data platforms such as CKAN, Zenodo, and GitHub.
9
9
10
10
This guide will help you get started with frictionless-ts. If you are new to the core framework's tecnhologies, please take a look at the [Data Package standard](https://datapackage.org/) and [Polars DataFrames](https://pola.rs/) documentation.
0 commit comments