Published

Create

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/tiyajayita/Create/
https://datahub.io/tiyajayita/Create/_r/-/README.md
https://datahub.io/tiyajayita/Create/_r/-/docs/Add sidebar navigation.md
https://datahub.io/tiyajayita/Create/_r/-/docs/Add visuals and data-rich components.md
https://datahub.io/tiyajayita/Create/_r/-/docs/Auto-Sync of your site.md
https://datahub.io/tiyajayita/Create/_r/-/docs/Create a dataset from scratch and publish it.md
https://datahub.io/tiyajayita/Create/_r/-/docs/Customize Your DataHub Cloud Site with CSS.md
https://datahub.io/tiyajayita/Create/_r/-/docs/How to configure Datahub Cloud site.md
https://datahub.io/tiyajayita/Create/_r/-/docs/Markdown syntax support.md
https://datahub.io/tiyajayita/Create/_r/-/docs/Publish your Obsidian vault.md
https://datahub.io/tiyajayita/Create/_r/-/docs/README.md
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

README.mddocumentation
https://datahub.io/tiyajayita/Create/_r/-/README.md
Typical Usage
  1. 1. Download data resources listed in the metadata file
  2. 2. Read README.md for full context

Data Previews

C02 PPM per decade

Loading data...

Data Files

FileDescriptionSizeLast modifiedDownload
c02-per-decade
C02 PPM per decade72 B
c02-per-decade
FilesSizeFormatCreatedUpdatedLicenseSource
172 Bcsvabout 2 years agoover 1 year agoOpen Data Commons Public Domain Dedication and License v1.0Link to data source

Welcome to the body of your dataset site. Everything above this section is part of the Data package front matter.

Overview

Here is a quick overview of the template structure:

Overview

Structured data

Feel free to customize the data package frontmatter accordingly when publishing your own data.

Unstructured data

You can add as many markdown files to your GitHub repository as you like, and you can freely nest them in subdirectories. You can also enhance your content with other data visualisation components and markdown features.

Note: For a full list of supported markdown features visit Markdown syntax support

Here are some quick examples:

This is cool!

Here's a callout block.
It supports markdown and [[Internal link|wikilinks]].

Or you can quickly embed a piece of code as follows:

const ExampleCode = () => {
  return <div> .... </div>;
};

To read more about how this works, refer to the docs page.