Skip to content

[Project-Week-4] Franclim Cardozo #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.ipynb_checkpoints
*/.ipynb_checkpoints/*

.DS_Store

.Electric_Consumption_And_Cost__2010_-_March_2019_.csv
Binary file added Presentation slides.pdf
Binary file not shown.
Binary file added Project report.pdf
Binary file not shown.
106 changes: 10 additions & 96 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,105 +1,19 @@
<img src="https://bit.ly/2VnXWr2" alt="Ironhack Logo" width="100"/>
Project Week 4 - Tesla stock price sentiment analysis

# Welcome to Your Own Project!
This project is completely up to you!
Questions:

## Content
- [Project Description](#project-description)
- [Project Goals](#project-goals)
- [Requirements](#requirements)
- [Deliverables](#deliverables)
- [Mentoring](#mentoring)
- [Schedule](#schedule)
- [Presentation](#presentation)
- [Tips & Tricks](#tips-&-tricks)
- [Resources](#resources)
1. In which month there is more energy consumption since 2010?

<a name="project-description"></a>
2. What's the total Energy consumption per borough?

## Project Description
In this project, you will think of a topic, find the data, complete an end-to-end analysis and present the data in multiple ways, all by yourself. First, choose a topic of interest to you and understand what research has already been done in that area. What are some interesting questions that remain? You will then find some data you think could help answer those questions and complete an analysis with relevant visualizations. Last, you will present your findings both in a presentation and a report.
3. Is NYC wasting more energy from Summer 2015 onwards?

<a name="project-goals"></a>
Documentation:

## Project Goals
* Research and analyse data on a topic of interest to you.
* Feel free to use additional data to enrich your dataset, maybe using SQL or web scraping.
* Apply the statistical techniques we have learned, along with techniques from EDA.
* Create useful and easily-interpretable plots.
* Prepare a presentation keeping in mind the finer points of storytelling.
* Communicate the results of your analysis clearly, accurately and engagingly.
https://www.energy.gov/sites/prod/files/2016/09/f33/NY_Energy%20Sector%20Risk%20Profile_0.pdf

<a name="requirements"></a>
https://www1.nyc.gov/html/gbee/downloads/pdf/UGC-Benchmarking-Report-101617-FINAL.pdf

## Requirements
* You must plan your project. That is why creating a Kanban or Trello Board is mandatory. You have a template for Trello [here](https://trello.com/b/YX8EsB2P/project-4-your-own-project).
* You **CAN'T CODE** until you project is planned.
* Create a *.gitignore* file and include it in your repository.
https://data.cityofnewyork.us/Housing-Development/Electric-Consumption-And-Cost-2010-March-2019-/jr24-e7cr

<a name="deliverables"></a>

## Deliverables
* All the scripts you used for your analysis.
* Slides and a 5 minute presentation in the classroom.
* Repository with your workflow + documentation + code. Even if you are working alone, you need to maintain good practices!
* A short report including your motivation, methodology and results.

<a name="mentoring"></a>

## Mentoring
One of the TAs will be your mentor!
Your mentor will:
* Follow your project in general.
* Check if you are following the tasks, your blockers, etc
* Help/support you in specific questions.

<a name="schedule"></a>

## Schedule
*Monday*
* Think about a topic and propose some questions.
* Choose data that is relevant to your questions.
* Look for documentation to give context to your project.
* Write the README file in your repository.
* Get approval for your project
* **DO NOT START CODING**


**NO CODE UNTIL HERE**

*Tuesday - Wednesday*
* Start importing the data and cleaning it.
* Start the analysis. Remember all the techniques you have learned!
* Prepare a draft of your first slides presentation (no analysis or conclusions yet): title, motivation, context, ...

*Thursday*
* Rehearsal. Take the feedback and use it!
* Finish the analysis. Finish the slides.
* Final improvements!

*Friday*
* Presentation!

<a name="presentation"></a>

## Presentation
Presentations for this project will be in the classroom! Presentations will be **EXACTLY** 5 minutes long, with 2 additional minutes for questions. We will stop you!

<a name="tips-&-tricks"></a>

## Tips & Tricks
* Organize yourself (don't get lost!).
* Ask for help vs Google is your friend.
* Define a simple approach first. You never know how the data can betray you ;)
* Learn about your subject and understand what other research has been done before you.
* You *can* use data from the projects your partners did in the last weeks. You can't use your own project.
* Before making a graph, think about what you want to represent.

<a name="resources"></a>

## Resources
Here are some data sources that could be interesting to you:
* [Explore the Google Trends](http://pages.today/trends4)
* [Hans Roslings's vizs](http://b.link/ted52)
* [See an analysis about heart diseases](http://b.link/kaggle10)
* [Your body's data](http://body.media/ted6)
https://blogs.ei.columbia.edu/2015/09/28/how-much-energy-does-nyc-waste/
Loading