GithubHelp home page GithubHelp logo

rnckp / starter-code_opendataswiss Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 424.58 MB

Starter Code (R and Python) for all CSV data sets of opendata.swiss

License: MIT License

R 24.44% Jupyter Notebook 75.56%
jupyter jupyter-notebook open-data open-data-science open-datasets open-government open-government-data opengovernment opengovernmentdata python

starter-code_opendataswiss's People

Contributors

rnckp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

schorschie

starter-code_opendataswiss's Issues

Questions regarding both repos

Hi Patrick,

Thanks for the nice repo(s)! My comments are for both (start-code_opendataswiss & start-code_ztzh) I really liked it so far.
It is well documented and easy to understand. The website (https://rnckp.github.io/starter-code_opendataswiss/) is very user-friendly and simply the best way to get to the notebooks, scripts.

I have some questions and maybe something for your backlog :)

  • Is it really necessary, to load the packages "tidyverse" and "skimr" in the R markdown skripts? If possible, I would not use any package, that need to be installed by the users manually. Either get rid of additional packages, or install it with the function "install.packages()"
    You can load the csv data with the function "read.csv(.....". This function comes from the "utils" package. This package is usually installed and loaded for all R Users. To show the data after loading, "head(df)" and see the structure of the data "str(df)" are quite sufficient.
  • Why did you use R markdown (.rmd) and not simply R script (.R)?
  • Why is the functionallity between the notebook and the R markdown different? With the notebook, the user can see the missing values, which I really like. With the R Markdown you cannot see the missing values.

All in all, really good. I like the idea, to increase the simplicity to load the data of the data shop. Could be a new feature in the future :)

Kind regards
Adrian

Baumkataster dataset is not properly downloaded

Out of curiosity I wanted to explore the Baumkataster dataset (5b1d787e-b8cc-4a94-bdd9-8d834fb9c087.ipynb) and noticed, that it cannot be directly downloaded from https://www.stadt-zuerich.ch/geodaten/download/Baumkataster?format=10008, since the link does not point to a CSV file directly.

It is an html side, where some additional buttons have to be clicked and the csv file is generated afterwards.

Is there maybe a different API at stadt-zuerich.ch?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.