Skip to content

Commit a776ad2

Browse files
authored
Add polars to the list of supported dataset libraries (#822)
cc @nameexhaustion Preliminary step before adding Polars in the Hub's code (cc huggingface/dataset-viewer#2997 for reference)
1 parent 33a8123 commit a776ad2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/dataset-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
7171
repoUrl: "https://github.com/argilla-io/argilla",
7272
docsUrl: "https://argilla-io.github.io/argilla",
7373
},
74+
polars: {
75+
prettyLabel: "Polars",
76+
repoName: "polars",
77+
repoUrl: "https://github.com/pola-rs/polars",
78+
docsUrl: "https://docs.pola.rs/",
79+
},
7480
} satisfies Record<string, DatasetLibraryUiElement>;
7581

7682
/// List of the dataset libraries supported by the Hub

0 commit comments

Comments
 (0)