https://github.com/andreaschrader/1steda_project
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: andreaschrader
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 11.3 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
:wave: Welcome
EDAsale-typesdetailedanalysis
After about a decade of scientific data analysis, this repository is my first repository for an EDA project in business context for a stakeholder in a bootcamp in 2022.
Thank you to neuefische and all participants for this journey!
In the workflow and assignment (workflow.md, assignment.md), the project and tasks are outlined.
The dataset is the well known "King County House Data" and the task included selecting a stakeholder and finding, analysing and extracting information in the data in line with the stakeholders needs and requirements.
My specific project can be characterized as follows:
EDA project - Andrea Schrader
Dataset:
"King County House Data" on home sales in King County (USA)
The available columns of this dataset are described in column_names.md.
Stakeholder choice
* Person chosen: Erin Robinson
* Stakeholder type: Buyer
* Stakeholder Description: Invest in poor neighborhood, buying & selling, costs back + little profit, socially responsible.
Idea for my analysis:
I focussed on sales types. In particular, I eventually gained insights from multi-sale houses in King County as compared to single-sale houses for both: financial and social gain.
This matches the stakeholders description as a buyer who is buying houses and aims to get money back plus a little profit from the respective sale in a socially responsible way.
A minimal notebook was provided as a template for the assignment. The optional material was not used in this assignment.
The jupyter notebook contains the analysis conducted during this 2 day assignment of a bootcamp.
In parallel a presentation was prepared.
The project ended with presentations of all participants in front of the respective stakeholder.
Before inspecting the jupyter notebook, please make sure that all requirements are fulfilled:
Requirements
- pyenv
- python==3.9.8
- several packages as provided in the requirements file
Setup
To use the jupyter notebook in this repository, please create a virtual environment.
- setting the python version locally to 3.9.8
- creating a virtual environment using the
venvmodule - activating your newly created environment
- upgrading
pip(This step is not absolutely necessary, but will save you trouble when installing some packages.) - installing the required packages via
pip - install the required packaged e.g. via using the requirements file (requirements.txt)
-
zsh
$ pyenv local 3.9.8
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install --upgrade pip
$ pip install -r ./requirements.txt
Enjoy :)
For all material form the neuefische template see LICENSE. Work on this assignment: CC-BY 4.0 - Andrea Schrader
Owner
- Name: Andrea Schrader
- Login: andreaschrader
- Kind: user
- Repositories: 1
- Profile: https://github.com/andreaschrader
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 4 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 7 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (4)
- andreaschrader (3)