Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and render a Data Rich basic dataset (i.e. all in README) #573

Closed
rufuspollock opened this issue Jul 4, 2021 · 3 comments
Closed
Assignees

Comments

@rufuspollock
Copy link
Member

would look something like:

---
title: My Dataset
keywords:
 - Energy
 - Climate
license: odc-pddl
---

Here's a description of this cool dataset

<Table csv={`
Let's,have,some,inline,data
1,2,3,4,5
`} />
@rufuspollock
Copy link
Member Author

My current example (see below for a copy of original) is no different from Data Literate Document/Story. What makes this a dataset? In this setup (as the data is inline in the markdown) the only difference would be some special rendering of the metadata ...

But I think that is mistaken, what makes a dataset is i have data and probably not data i'm inlining in my markdown. Thus, a a better example of a minimal Data Literate dataset would be:

title: My Dataset
data: mydata.csv

Or, more explicit and Frictionless like:

title: My Dataset
resources:
  - path: mydata.csv

Original Example

---
title: My Dataset
keywords:
 - Energy
 - Climate
license: odc-pddl
---

Here's a description of this cool dataset

<Table csv={`
Let's,have,some,inline,data
1,2,3,4,5
`} />

rufuspollock referenced this issue in datopian/data-literate Jul 21, 2021
Atm all we do is display the CSV data in a table and provide a download link.
@rufuspollock rufuspollock self-assigned this Jul 28, 2021
@rufuspollock rufuspollock transferred this issue from datopian/data-literate Jul 28, 2021
@rufuspollock rufuspollock changed the title Create and render a Data Literate basic dataset (i.e. all in README) Create and render a Data Rich basic dataset (i.e. all in README) Nov 1, 2023
@rufuspollock
Copy link
Member Author

FIXED. This is working since DataHub Cloud ☁️ v3.0-rc1 (march 2024).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant