LiamConnors / 66daysofdata

Code snippets and other content I post in relation to #66daysofdata challenge on Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

66daysofdata

Code snippets and other content I post in relation to #66daysofdata challenge on Twitter

Day 3/4

Jupyter Notebook examples of getting data from the Met Eireann weather forecasting API The code fetches the data from the API, stores it in a pandas dataframe, and corrects the data types. The final dataframe shows the data by day and location:

image

Day 11

Python script that connects to the chess.com API and returns a month of games data. as a dataframe. Final dataframe gives information on the game including on the result, first move, response, and number of moves. Useful for understanding performance based on openings and responses to openings.

image

Day 27

Jupyter Notebook example of getting geospatial data using Dublin Bikes location data from (https://data.smartdublin.ie/dataset/dublinbikes-api)

Screen Shot 2021-06-14 at 11 31 17 AM

About

Code snippets and other content I post in relation to #66daysofdata challenge on Twitter


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%