https://github.com/nix1/stack_overflow_survey
https://github.com/nix1/stack_overflow_survey
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nix1/stack_overflow_survey
- Owner: nix1
- Created: 2019-01-29T15:35:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T13:55:34.000Z (over 6 years ago)
- Last Synced: 2025-01-27T09:11:52.563Z (4 months ago)
- Language: Makefile
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kaggle Survey
==============================Analyzing the Kaggle Survey data.
Project Organization
------------├── LICENSE
├── Makefile <- Makefile with commands like `make data`
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description, e.g.
│ `1.0-jqp-initial-data-exploration`.
│
└── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
generated with `pip freeze > requirements.txt`