All Projects → frictionlessdata → website-old

frictionlessdata / website-old

Licence: other
The Frictionless Data website.

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to website-old

data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (+161.29%)
Mutual labels:  open-data, data-analysis
whyqd
data wrangling simplicity, complete audit transparency, and at speed
Stars: ✭ 16 (-48.39%)
Mutual labels:  open-data, data-analysis
Skdata
Python tools for data analysis
Stars: ✭ 16 (-48.39%)
Mutual labels:  open-data, data-analysis
transparencia-dados-abertos-brasil
A survey of Brazilian states' and municipalities' transparency and open data portals, as well as institutional websites, obtained from several public data sources. 🇧🇷 Levantamento de portais estaduais e municipais de transparência e dados abertos, bem como os portais institucionais, obtido a partir de diversas fontes públicas de dados.
Stars: ✭ 46 (+48.39%)
Mutual labels:  open-data, frictionlessdata
datapackage-m
Power Query M functions for working with Tabular Data Packages (Frictionless Data) in Power BI and Excel
Stars: ✭ 26 (-16.13%)
Mutual labels:  open-data, frictionlessdata
coletores
Coletores de dados sobre remunerações do sistema de justiça brasileiro
Stars: ✭ 18 (-41.94%)
Mutual labels:  open-data
trusat-frontend
The React codebase for space-sustainability tool TruSat
Stars: ✭ 31 (+0%)
Mutual labels:  open-data
2017-wmata-ridership-data
Intraday ridership data from Washington Metro Area Transit Authority for 2009 and 2017 inaugurations and the Women's March.
Stars: ✭ 15 (-51.61%)
Mutual labels:  open-data
operacao-politica-supervisionada
Sistema de auditoria da OPS
Stars: ✭ 52 (+67.74%)
Mutual labels:  open-data
PracticalMachineLearning
A collection of ML related stuff including notebooks, codes and a curated list of various useful resources such as books and softwares. Almost everything mentioned here is free (as speech not free food) or open-source.
Stars: ✭ 60 (+93.55%)
Mutual labels:  data-analysis
UliEngineering
A python library for calculations perfomed in electronics engineering
Stars: ✭ 35 (+12.9%)
Mutual labels:  data-analysis
datajoint-python
Relational data pipelines for the science lab
Stars: ✭ 140 (+351.61%)
Mutual labels:  data-analysis
Covid19arData
Data COVID-19 Argentina actualizada y en formatos abiertos.
Stars: ✭ 51 (+64.52%)
Mutual labels:  open-data
Bitcoin Analysis-
Python Bitcoin is widely used cryptocurrency for digital market. It is decentralised that means it is not own by government or any other company.Transactions are simple and easy as it doesn’t belong to any country.Records data are stored in Blockchain.Bitcoin price is variable and it is widely used so it is important to predict the price of it f…
Stars: ✭ 42 (+35.48%)
Mutual labels:  data-analysis
R-Insee-Data
InseeFr.github.io/R-Insee-Data/
Stars: ✭ 15 (-51.61%)
Mutual labels:  open-data
plottr
A flexible plotting and data analysis tool.
Stars: ✭ 32 (+3.23%)
Mutual labels:  data-analysis
who-owns-what
Who owns what in nyc?
Stars: ✭ 146 (+370.97%)
Mutual labels:  open-data
kobe-every-shot-ever
A Los Angeles Times analysis of Every shot in Kobe Bryant's NBA career
Stars: ✭ 66 (+112.9%)
Mutual labels:  data-analysis
Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (+0%)
Mutual labels:  data-analysis
datascience
Keeping track of activities around research data
Stars: ✭ 29 (-6.45%)
Mutual labels:  open-data

Frictionless Data Website

Build Status

This is the Frictionless Data website, hosted at https://frictionlessdata.io

Contributing

  • Install Lektor
  • Install a recent Node
  • npm install
  • npm run build
  • lektor server

Updating the specs

  • update package.json:specsBranchOrTag
  • run npm run build

See the Open Knowledge Foundation coding standards, which apply for contributions to this website.

Contributing Translations

We are keen on having Frictionless Data content translated and made available in different languages. Here is how to submit your content translations for review:

Open an issue

  • Open a new issue
  • Specify pages that have been translated, and provide a link to the translated content

As a Pull Request

  • Clone this repository.
  • Find the folder that has content you want to translate
  • Create a contents+LANG.lr file in the folder above, where LANG is the two-letter ISO-code of the language you want to translate content to i.e. fr for French, sw for Swahili, zh for Chinese, etc
  • Add your translated text in the file above, in Markdown format.
  • Submit a pull request.

Your submission will then undergo a review process, and once edits and suggestions have been incorporated, your translation will be added to the Frictionless Data website.

All content on the Frictionless Data website is made available under the CC-BY license.

CSS

Style changes should be made to the SCSS files. Use grunt to watch for changes, and compile to CSS.

Notes

If you get errors like below, ensure that there are not codeblocks in content with mentioned syntax (yaml= in this case). Make sure that you npm run build before checking to pull the latest specs documents. Lektor errors could be confusing because we use the TOC plugin - so it could show the same error for all documents while the real error is only inside one of them.

E index.html (ClassNotFound: no lexer for alias u'yaml=' found)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].