Skip to content

ta-data-bcn/lab-analysis-lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Ironhack logo

Lab | Analysis Lectures

Introduction

The goal of this lab is for you to read real data analytics projects and give some feedback on them.

Getting started

Choose one of the lectures below and try to give your opinion about it, as well as answer the proposed questions.

Feel free to read all of them and make some comments if you are interested!

Lectures

Lecture 1 - A Brief Exploration of Baseball Statistics

Reference: A Brief Exploration of Baseball Statistics

The first lecture is related to finding a relation between certain baseball statistics and the players salary.

Only read it until the T-test part!

Pay attention to how the author began his analysis:

  • He defined his goal.
  • He asked himself some questions.
  • He formed some perfectly defined hypotheses.
  • He studied the raw data and made some decisions based on what he saw.
  • He checked that his code worked as intended by examining his dataframes.
  • He knew exactly which visualizations he would need to try to answer his questions.

Think about the process you've been following during your current project.

  • Is it similar to what the author of the article did?
  • What do you think you can improve in your next project by reading how the author planned his analysis?
  • Is there anything you think the author missed, something he could improve or do yo have some to-do ideas for him?

Lecture 2 - I was looking for a house, so I built a web scraper in Python!

Reference: I was looking for a house, so I built a web scraper in Python!

The second lecture is related to scraping the data from a real state website.

After reading the article...

  • Try to access the robots.txt file of Giphy and Facebook as explained in the article. Can you scrape those web pages? Do some research and try to understand those files.
  • Did you do some web scraping in your project? Did you have to use some of the tricks the author used regarding time sleep, user-agent, ...? Why? Explain your experience.
  • Is there anything you think the author missed, something he could improve or do yo have some to-do ideas for him?

Lecture 3 - Lies, Damned Lies and Statistics (about TEDTalks)

Reference: Lies, Damned Lies and Statistics (about TEDTalks)

The third lecture is a presentation about the insights gotten from a TED Talks data analysis.

After watching the video...

  • What do you think about the visualisations that the speaker used to present his insights? Which one is your favorite?
  • What's your opinion about the speech? Did he get his point across?
  • Was the presentation about a trascendental topic? Did it keep you glued to the screen?
  • Is there anything you think the speaker missed, something he could improve or do yo have some to-do ideas for him?

Deliverables

  • Markdown file with your comments about the lecture.

Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors