robertosousa1 / challenge-dataset-black-friday

Extracting some quantitative information to understand the nature of the data from the Black Friday dataset (Kaggle).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge with dataset Black Friday

For this challenge, the Black Friday (Kaggle) dataset was used, which gathers data on purchase transactions in a retail store.

It was used to practice exploring datasets using Pandas.

For more details, access the notebook.

GitHub top language GitHub language count Codacy grade Repository size GitHub last commit Repository issues GitHub

Prerequisites   |    Getting started   |    How to contribute   |    License

โ˜‘๏ธ Prerequisites

๐Ÿ†™ Getting started

  • Clone this repo
  • Enter the folder challenge-dataset-black-friday
  • Run source venv/bin/activate to activate the virtual environment
  • Run pip install -r requirements.txt to install the dependencies
  • Run jupyter notebook to start the local jupyter environment
  • Access http://localhost:8888/

โœ๏ธ How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

๐Ÿ“ License

This project is under the MIT license. See the LICENSE for more information.


Made with by Roberto Sousa ๐Ÿ‘‹ Get in touch!

About

Extracting some quantitative information to understand the nature of the data from the Black Friday dataset (Kaggle).

License:MIT License


Languages

Language:Python 82.6%Language:JavaScript 15.1%Language:Jupyter Notebook 1.2%Language:C 0.8%Language:HTML 0.1%Language:Cython 0.1%Language:Smarty 0.1%Language:Fortran 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:PowerShell 0.0%Language:Xonsh 0.0%Language:Less 0.0%