Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.09 KB

readme.md

File metadata and controls

23 lines (17 loc) · 1.09 KB

FBI Firearm Background Checks Dataset Study

Summary

This project is a research of a dataset as part of a Data Analyst Nanodegree of Udacity course. The aim of this project is performing a simple approach to Data Analyst processes:

  • Ask Questions.
  • Wrangle Data.
  • Exploratory Data Analysis
  • Draw conclusions
  • Communicate Results

You may find full research on the main Jupyter Notebook of this project and the dataset files:

Getting Started

This project is developed in Python 3 on Jupyter Notebook and an environment file is provided in order to replicate all requirements. In order to replicate the environment next command line should be executed from root project folder.

conda env create -f environment.yml

You may need install Conda as environment manager and Python versions. Here you may find how to do it.