alan-turing-institute / TuringDataStories

TuringDataStories: An open community creating “Data Stories”: A mix of open data, code, narrative 💬, visuals 📊📈 and knowledge 🧠 to help understand the world around us.
Other
40 stars 12 forks source link

[Review] Boris Bikes #222

Closed crangelsmith closed 1 year ago

crangelsmith commented 1 year ago

Story Review: #172

Story Name: Boris Bikes

Submitting Author: @mhauru @fedenanni @crangelsmith @lannelin

Pull Request: #221

Reviewers: @rchan26 @llewelld

Reviewer instructions & questions

Dear @rchan26 @llewelld, please carry out your review in this issue by updating the checklist below, and writing new comments in case you have any questions. If you cannot edit the checklist please:

Any questions, concerns or suggestions regarding the review process please let @crangelsmith, @DavidBeavan or @samvanstroud know.

✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨

Review Checklist

Code of conduct

General checks

Reproducibility

Pedagogy

Context

Ethical

AOB

You can find the story rendered in here.

llewelld commented 1 year ago

Review Checklist for @llewelld

(To help me keep track of my progress).

Code of conduct

General checks

Reproducibility

Pedagogy

Context

Ethical

llewelld commented 1 year ago

Be sure to accept the invite at this URL: https://github.com/alan-turing-institute/TuringDataStories/settings/access

This link takes me to a "404 not found" error. Am I missing anything important?

crangelsmith commented 1 year ago

Be sure to accept the invite at this URL: https://github.com/alan-turing-institute/TuringDataStories/settings/access

This link takes me to a "404 not found" error. Am I missing anything important?

I think the 404 error happens when you already are part of the collaborators of the project (which you are), so you don't need to accept access anymore :)

llewelld commented 1 year ago

Perfect, thanks for clarifying @crangelsmith!

rchan26 commented 1 year ago

Review Checklist for @rchan26

(To help me keep track of my progress).

Code of conduct

General checks

Reproducibility

Pedagogy

Context

Ethical

llewelld commented 1 year ago

I tried running on Binder but got the following error:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
/tmp/ipykernel_60/1748382341.py in <module>
      1 import datetime
      2 
----> 3 import h3 # uber geo package
      4 import pandas as pd
      5 import seaborn as sns

ModuleNotFoundError: No module named 'h3'