Use of Blockchain Social Media by Country
Files | Size | Format | Created | Updated | License | Source |
---|---|---|---|---|---|---|
2 | 20.8 kB | csv | Open Data Commons Public Domain Dedication and License v1.0 |
Welcome to the body of your dataset site. Everything above this section is part of the Data package front matter. Here is a quick overview of the template structure: Feel free to customize the data ...
Data Files
File | Description | Size | Last modified | Download |
---|---|---|---|---|
frequency by country | 14.2 kB | frequency by country | ||
frequency by age | 6.62 kB | frequency by age |
Data Previews
frequency by country
Schema
name | type |
---|---|
country | string |
country_code | number |
frequency_b | string |
frequency_b_code | number |
activity_level | string |
activity_level_code | number |
frequency by age
Schema
name | type |
---|---|
age | number |
frequency | string |
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:
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 https://flowershow.app/docs/syntax
Here are some quick examples:
This is cool!
Here's a callout block.
It supports markdown and wikilinks.
Or you can quickly embed a piece of code as follows:
const ExampleCode = () => {
return <div> .... </div>;
};