Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeofrahul/ecommerce_purchase_analysis_with_python
In this repository I have analysed the Ecomerce Purchase data. In order to do the analysis i have solve 15 questions.
https://github.com/codeofrahul/ecommerce_purchase_analysis_with_python
dataanalysis ecommerce pandas project python
Last synced: 22 days ago
JSON representation
In this repository I have analysed the Ecomerce Purchase data. In order to do the analysis i have solve 15 questions.
- Host: GitHub
- URL: https://github.com/codeofrahul/ecommerce_purchase_analysis_with_python
- Owner: CodeofRahul
- Created: 2024-02-11T10:37:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T04:51:25.000Z (10 months ago)
- Last Synced: 2024-04-20T05:33:25.654Z (10 months ago)
- Topics: dataanalysis, ecommerce, pandas, project, python
- Homepage: https://www.kaggle.com/datasets/utkarsharya/ecommerce-purchases
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_Projects
In this repository I have analysed the Ecomerce Purchase data. In order to do the analysis i have solve these 15 questions:1. Display Top 10 rows.
2. Display Last 10 rows.
3. Check Datatype of Each Column
4. Check null values in the dataset
5. How many row and columns are there in our dataset?
6. Highest and Lowest Purchase prices.
7. Average Purchase price.
8. How many people have French 'fr' as their Language?
9. Job title contains Engineer
10. Find the Email of the person with the following IP address: 132.207.160.22
11. How many people have Mastercard as their credit card provider and made a purchase above 50?
12. Find the email of the person with the following credit card number: 4664825258997302
13. How many people purchase during the AM and how many people purchase during PM?
14. How many people have a credit card that expires in 2020?
15. What are the top 5 most popular email providers (e.g.gmail.com, yahoo.com, etc...)