├── .gitignore ├── Customer Churn.csv ├── LICENSE ├── Python_Report.docx ├── Python_code.py ├── README.md ├── Screenshot 2025-04-24 151128.png ├── Screenshot 2025-04-24 151137.png ├── Screenshot 2025-04-24 151146.png ├── Screenshot 2025-04-24 151156.png ├── Screenshot 2025-04-24 151223.png └── Screenshot 2025-04-24 151300.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/.gitignore -------------------------------------------------------------------------------- /Customer Churn.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Customer Churn.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/LICENSE -------------------------------------------------------------------------------- /Python_Report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Python_Report.docx -------------------------------------------------------------------------------- /Python_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Python_code.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot 2025-04-24 151128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Screenshot 2025-04-24 151128.png -------------------------------------------------------------------------------- /Screenshot 2025-04-24 151137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Screenshot 2025-04-24 151137.png -------------------------------------------------------------------------------- /Screenshot 2025-04-24 151146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Screenshot 2025-04-24 151146.png -------------------------------------------------------------------------------- /Screenshot 2025-04-24 151156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Screenshot 2025-04-24 151156.png -------------------------------------------------------------------------------- /Screenshot 2025-04-24 151223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Screenshot 2025-04-24 151223.png -------------------------------------------------------------------------------- /Screenshot 2025-04-24 151300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshuKumari21/customer-churn-analysis_1/HEAD/Screenshot 2025-04-24 151300.png --------------------------------------------------------------------------------