This Python script analyzes sales data from a CSV file and performs various operations including data cleaning, basic analysis, and visualization.
-
Clone the repository from Dragons Bootcamp LLC:
git clone https://github.com/Mado007/bank-data-analysis.git
-
Navigate to the project directory:
cd bank-data-analysis
-
Install the required Python dependencies:
pip install -r requirements.txt
-
Ensure that the CSV file containing the sales data is placed in the project directory.
-
Run the Python script
banking_sales_analysis.py
:python banking_sales_analysis.py
-
Follow the prompts to perform data analysis and visualization.
-
Data Visualization: Utilized matplotlib and seaborn libraries to create visual representations of the data including histograms
-
Descriptive Statistics: Calculated summary statistics such as mean, median, mode, and standard deviation to understand the central tendency and variability of the data.
-
Grouping and Aggregation: Grouped the data based on different categorical variables and performed aggregation functions to summarize the information within each group.
This project is licensed under the MIT License. See the LICENSE file for details.
This assignment was completed as part of the Dragons Bootcamp LLC curriculum. Credit goes to Dragons Bootcamp LLC for providing the assignment and supporting materials.