Data Analysis Books | Python | SQL | Excel | Artificial Intelligence | Power BI | Tableau | AI Resources
48.5K subscribers
236 photos
1 video
36 files
396 links
Download Telegram
โฐ MySQL Data Types

MySQL provides a variety of data types to store different kinds of data. These are categorized into three main groups:

1. Numeric Data Types:
- INT, BIGINT, SMALLINT, TINYINT: For whole numbers.
- DECIMAL, FLOAT, DOUBLE: For real numbers with decimal points.
- BIT: For binary values.
- Example:
            CREATE TABLE numeric_example (
id INT,
amount DECIMAL(10, 2)
);




1. String Data Types:
- CHAR, VARCHAR: For fixed and variable-length strings.
- TEXT: For large text.
- BLOB: For binary large objects like images.
- Example:
            CREATE TABLE string_example (
name VARCHAR(100),
description TEXT
);



1. Date and Time Data Types:
- DATE, DATETIME, TIMESTAMP: For date and time values.
- YEAR: For storing a year.
- Example:
                CREATE TABLE datetime_example (
created_at DATETIME,
year_of_joining YEAR
);



Interview Questions:

- Q1: What is the difference between CHAR and VARCHAR?
A1: CHAR has a fixed length, while VARCHAR has a variable length. VARCHAR is more storage-efficient for varying-length data.
- Q2: When should you use DECIMAL instead of FLOAT?
A2: Use DECIMAL for precise calculations (e.g., financial data) and FLOAT for approximate values where precision is less critical.
โค4๐Ÿ‘1
Essential questions related to Data Analytics ๐Ÿ‘‡๐Ÿ‘‡

Question 1: What is the first skill a fresher should learn for a Data Analytics job?
Answer: SQL. Itโ€™s the foundation for retrieving, manipulating, and analyzing data stored in databases.

Question 2: Which SQL database query should we learn - MySQL, PostgreSQL, PL-SQL, etc.?
Answer: Core SQL concepts are consistent across platforms. Focus on joins, aggregations, subqueries, and window functions.

Question 3: How much Python is required?
Answer: Learn basic syntax, loops, conditional statements, functions, and error handling. Then focus on Pandas and Numpy very well for data handling and analysis. Working Knowledge of Python + Good knowledge of Data Analysis Libraries is needed only.

Question 4: What other skills are required?
Answer: MS Excel for data cleaning and analysis, and a BI tool like Power BI or Tableau for creating dashboards.

Question 5: Is knowledge of Macros/VBA required?
Answer: No. Most Data Analyst roles donโ€™t require it.

Question 6: When should I start applying for jobs?
Answer: Apply after acquiring 50% of the required skills and gaining practical experience through projects or internships.

Question 7: Are certifications required?
Answer: No. Projects and hands-on experience are more valuable.

Question 8: How important is data visualization in a Data Analyst role?
Answer: Very important. Use tools like Tableau or Power BI to present insights effectively.

Question 9: Is understanding statistics important for data analysis?
Answer: Yes. Learn descriptive statistics, hypothesis testing, and regression analysis for better insights.

Question 10: How much emphasis should be placed on machine learning?
Answer: A basic understanding is helpful but not essential for Data Analyst roles.

Question 11: What role does communication play in a Data Analyst's job?
Answer: Itโ€™s crucial. You need to present insights in a clear and actionable way for stakeholders.

Question 12: Is data cleaning a necessary skill?
Answer: Yes. Cleaning and preparing raw data is a major part of a Data Analystโ€™s job.

Best Data Science & Machine Learning Resources: https://topmate.io/coding/914624

ENJOY LEARNING ๐Ÿ‘๐Ÿ‘
๐Ÿ‘10
๐Ÿš€๐Ÿ‘‰Data Analytics skills and projects to add in a resume to get shortlisted

1. Technical Skills:
Proficiency in data analysis tools (e.g., Python, R, SQL).
Data visualization skills using tools like Tableau or Power BI.
Experience with statistical analysis and modeling techniques.

2. Data Cleaning and Preprocessing:
Showcase skills in cleaning and preprocessing raw data for analysis.
Highlight expertise in handling missing data and outliers effectively.

3. Database Management:
Mention experience with databases (e.g., MySQL, PostgreSQL) for data retrieval and manipulation.

4. Machine Learning:
If applicable, include knowledge of machine learning algorithms and their application in data analytics projects.

5. Data Storytelling:
Emphasize your ability to communicate insights effectively through data storytelling.

6. Big Data Technologies:
If relevant, mention experience with big data technologies such as Hadoop or Spark.

7. Business Acumen:
Showcase an understanding of the business context and how your analytics work contributes to organizational goals.

8. Problem-Solving:
Highlight instances where you solved business problems through data-driven insights.

9. Collaboration and Communication:
Demonstrate your ability to work in a team and communicate complex findings to non-technical stakeholders.

10. Projects:
List specific data analytics projects you've worked on, detailing the problem, methodology, tools used, and the impact on decision-making.

11. Certifications:
Include relevant certifications such as those from platforms like Coursera, edX, or industry-recognized certifications in data analytics.

12. Continuous Learning:
Showcase any ongoing education, workshops, or courses to display your commitment to staying updated in the field.

๐Ÿ’ผTailor your resume to the specific job description, emphasizing the skills and experiences that align with the requirements of the position you're applying for.
๐Ÿ‘5โค1
If youโ€™re a data analyst, hereโ€™s what recruiters really want:

Itโ€™s not just about knowing the tools like Power BI, SQL, and Python.

They want to see that you can:

Understand business problems

Communicate your findings clearly

Turn data into useful insights

Make predictions about future trends

Data analysis isnโ€™t just about generating reports; itโ€™s about using data to support your companyโ€™s goals.


Show that you can connect the dots, see the bigger picture, and explain your findings in simple terms.
๐Ÿ‘5
Data Analytics isn't SQL.
Data Analytics isn't Python.
Data Analytics isn't Tableau.
Data Analytics isn't Power BI.
Data Analytics isn't R.
Data Analytics isn't Statistics.
Data Analytics isn't even spreadsheets.

Data Analytics is exporting dashboards to Excel for people who make 3 times your salary.
๐Ÿ‘6๐Ÿ˜4
โœ…๐—–๐—ผ๐—ฟ๐—ฟ๐—ฒ๐—ฐ๐˜ ๐˜„๐—ฎ๐˜† ๐˜๐—ผ ๐—ฎ๐˜€๐—ธ ๐—ณ๐—ผ๐—ฟ ๐—ฎ ๐—ฟ๐—ฒ๐—ณ๐—ฒ๐—ฟ๐—ฟ๐—ฎ๐—น:๐Ÿ‘ฉ๐Ÿ’ป

---

Subject: Referral Request for [Position] at [Company Name]

Hi [Recipient's Name]๐Ÿ™‚,

I hope youโ€™re doing well. Iโ€™m interested in the [Position] at [Company] and noticed you work there. My background in data analytics, particularly in [specific expertise], aligns well with this role.

I understand the interviews will likely focus heavily on technical data analysis skills, and Iโ€™m well-prepared, having worked on numerous projects and effectively used data-driven strategies to address complex challenges.

Here are the details for your reference:
- Job posting: [Job Link]
- Resume: [Resume Link]
- Projects and coding profile:
- GitHub: [GitHub Link]
- [Coding Profile Link] (e.g., [mention ranking/level if impressive])

I assure you that a referral will be highly valued and I will make the most of this opportunity. Iโ€™m also happy to assist you with anything in return.

Any additional suggestion/advice you can provide would be greatly appreciated.

Thanks in advance!

Best,
[Your Full Name]
โค4
Anyone with an Internet connection can learn ๐——๐—ฎ๐˜๐—ฎ ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜€๐—ถ๐˜€ ๐—ณ๐—ผ๐—ฟ ๐—ณ๐—ฟ๐—ฒ๐—ฒ:

No more excuses now.

SQL - https://lnkd.in/gQkjdAWP
Python - https://lnkd.in/gQk8siKn
Excel - https://lnkd.in/d-txjPJn
Power BI - https://lnkd.in/gs6RgH2m
Tableau - https://lnkd.in/dDFdyS8y
Data Visualization - https://lnkd.in/dcHqhgn4
Data Cleaning - https://lnkd.in/dCXspR4p
Google Sheets - https://lnkd.in/d7eDi8pn
Statistics - https://lnkd.in/dgaw6KMW
Projects - https://lnkd.in/g2Fjzbma
Portfolio - https://t.iss.one/DataPortfolio

If you've read so far, do LIKE and share this channel with your friends & loved ones โ™ฅ๏ธ

Hope it helps :)
โค8๐Ÿ‘3
Avoid directly copying YouTube projects onto your resume because if everyone looks the same, recruiters might discard resumes.

Instead, for eg, let's say you are working on a SQL case study, download a dataset from Kaggle (usually a CSV file), set up a Postgre/MySQL database, connect it with the data, and prompt ChatGPT with questions ranging from basic to advanced SQL.

Solve the questions step by step. When using PowerBI, connect to the database and create a compelling dashboard. Don't just upload the dataset; employ DAX queries, statistical functions, and avoid relying solely on drag-and-drop features. Use Formatting section to do creative stuff and add your unique element in the project.

ENJOY LEARNING ๐Ÿ‘๐Ÿ‘
๐Ÿ‘9โค2
Checklist to become a Data Analyst
๐Ÿ”ฅ2๐Ÿ‘1๐Ÿ™‰1
Want to become a Data Analyst?

Hereโ€™s a roadmap with essential skills, tools & concepts youโ€™ll need to master:

1. Data Fundamentals

Statistics: Learn descriptive statistics (mean, median, mode), distributions, hypothesis testing, and correlation.

Probability: Understand basic probability theory, including conditional probability, Bayesโ€™ theorem, and probability distributions.

2. Data Cleaning

Data Cleaning Techniques: Handling missing values, removing duplicates, and outlier detection.

Data Transformation: Data type conversions, feature engineering, and handling categorical variables.

Pandas: Master data manipulation with Pandas (merge, join, group, pivot).

3. Data Visualization

Data Visualization Libraries: Master Matplotlib, Seaborn, or Plotly for Python-based visualizations.

Power BI / Tableau: Get hands-on with BI tools to create interactive dashboards and visual reports.

Design Principles: Learn best practices for designing clear, effective visualizations.

4. SQL for Data Analysis

Basic SQL: SELECT, WHERE, ORDER BY, GROUP BY, JOINs.

Advanced SQL: Window functions, Common Table Expressions (CTEs), subqueries.

Aggregation Functions: SUM, AVG, MIN, MAX, COUNT.

Data Cleaning with SQL: Filtering, transforming, and merging data in SQL databases.

5. Excel for Data Analysis

Data Cleaning in Excel: Use functions like TRIM, CLEAN, SUBSTITUTE.

Advanced Functions: VLOOKUP, HLOOKUP, INDEX-MATCH, IF, SUMIF, COUNTIF.

Data Visualization in Excel: Create pivot tables, charts, and dashboards.

6. Programming for Data Analysis (Python or R)

Python: Learn data handling and manipulation with Pandas and NumPy.

R: Basic syntax, data manipulation with dplyr, and data visualization with ggplot2.

Data Analysis Libraries: Pandas, NumPy, SciPy for Python or Tidyverse for R.

7. Exploratory Data Analysis (EDA)

Pattern Recognition: Use EDA to identify patterns, trends, and correlations in data.

Visual EDA: Use pair plots, heatmaps, and distribution plots for insights.

Summary Statistics: Understand distributions, variance, and central tendencies of variables.

8. Business Acumen

Domain Knowledge: Understand the industry-specific metrics relevant to your target job (e.g., finance, marketing, e-commerce).

Data Storytelling: Learn to communicate findings clearly and effectively, connecting insights to business goals.

KPI Analysis: Identify and measure key performance indicators for informed decision-making.

9. Data Collection & Sourcing

APIs: Learn to pull data from APIs (e.g., REST APIs) using tools like Pythonโ€™s Requests library.

Web Scraping: Use tools like BeautifulSoup and Scrapy (be mindful of ethics and legality).

Database Connections: Query databases and integrate SQL with Python or R for more extensive analyses.

10. Dashboarding and Reporting

Power BI / Tableau: Master the basics of dashboard design, interactivity, and sharing insights with stakeholders.

Reporting Best Practices: Design reports that are clear, actionable, and easy for non-technical stakeholders to interpret.


11. Soft Skills

Communication: Clearly present data insights and recommendations to stakeholders.

Critical Thinking: Approach problems analytically to uncover insights.

Collaboration: Learn how to work effectively within cross-functional teams, especially with non-technical colleagues.

Top-notch Data Analytics Resources

How to become a Data Analyst in 2025

Free Resources to learn Data Analytics

Data Analyst Learning Plan

Join @free4unow_backup for more free courses

Like for more data analytics resources โค๏ธ

ENJOY LEARNING๐Ÿ‘๐Ÿ‘
๐Ÿ‘5โค2
โœ”๏ธ๐Ÿ“šA beginner's roadmap for learning SQL:

๐Ÿ”บUnderstand Basics:
Learn what SQL is and its purpose in managing relational databases.
Understand basic database concepts like tables, rows, columns, and relationships.

๐Ÿ”บLearn SQL Syntax:
Familiarize yourself with SQL syntax for common commands like SELECT, INSERT, UPDATE, DELETE.
Understand clauses like WHERE, ORDER BY, GROUP BY, and JOIN.

๐Ÿ”บSetup a Database:
Install a relational database management system (RDBMS) like MySQL, SQLite, or PostgreSQL.
Practice creating databases, tables, and inserting data.

๐Ÿ”บRetrieve Data (SELECT):
Learn to retrieve data from a database using SELECT statements.
Practice filtering data using WHERE clause and sorting using ORDER BY.

๐Ÿ”บModify Data (INSERT, UPDATE, DELETE):
Understand how to insert new records, update existing ones, and delete data.
Be cautious with DELETE to avoid unintentional data loss.

๐Ÿ”บWorking with Functions:
Explore SQL functions like COUNT, AVG, SUM, MAX, MIN for data analysis.
Understand string functions, date functions, and mathematical functions.

๐Ÿ”บData Filtering and Sorting:
Learn advanced filtering techniques using AND, OR, and IN operators.
Practice sorting data using multiple columns.

๐Ÿ”บTable Relationships (JOIN):
Understand the concept of joining tables to retrieve data from multiple tables.
Learn about INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

๐Ÿ”บGrouping and Aggregation:
Explore GROUP BY clause to group data based on specific columns.
Understand aggregate functions for summarizing data (SUM, AVG, COUNT).

๐Ÿ”บSubqueries:
Learn to use subqueries to perform complex queries.
Understand how to use subqueries in SELECT, WHERE, and FROM clauses.

๐Ÿ”บIndexes and Optimization:
Gain knowledge about indexes and their role in optimizing queries.
Understand how to optimize SQL queries for better performance.

๐Ÿ”บTransactions and ACID Properties:
Learn about transactions and the ACID properties (Atomicity, Consistency, Isolation, Durability).
Understand how to use transactions to maintain data integrity.

๐Ÿ”บNormalization:
Understand the basics of database normalization to design efficient databases.
Learn about 1NF, 2NF, 3NF, and BCNF.

๐Ÿ”บBackup and Recovery:
Understand the importance of database backups.
Learn how to perform backups and recovery operations.

๐Ÿ”บPractice and Projects:
Apply your knowledge through hands-on projects.
Practice on platforms like LeetCode, HackerRank, or build your own small database-driven projects.

๐Ÿ‘€๐Ÿ‘Remember to practice regularly and build real-world projects to reinforce your learning.

Happy Learning ๐Ÿฅณ ๐Ÿ“š
๐Ÿ‘3โค1
Can AI Completely Replace Data Analysts?

Despite AIโ€™s capabilities, it has limitations:

1. AI Lacks Business Context & Critical Thinking

- AI cannot understand business goals, market trends, or human emotions.
- AI suggests patterns, but it cannot determine strategic actions based on insights.

Example: AI can identify a sales drop, but only a human analyst can explain why it happened.

2. AI is Only as Good as the Data It Learns From

- AI depends on quality dataโ€”poor data leads to inaccurate results.
- AI models cannot detect bias in datasets without human supervision.

Example: If an AI-driven hiring model is trained on biased data, it will continue biased hiring decisions unless humans correct it.

3. AI Cannot Replace Human Creativity & Soft Skills

- AI lacks creativity, problem-solving, and negotiation skills.
- AI cannot collaborate, lead teams, or interpret business goals.

Example: In a business meeting, a data analyst explains insights to leadership, whereas AI just provides numbers.

๐Ÿ‘‰WhatsApp Channel: https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02

๐Ÿ‘‰ Biggest Data Analytics Telegram Channel: https://t.iss.one/sqlspecialist

Like for more โค๏ธ

All the best ๐Ÿ‘ ๐Ÿ‘
โค4๐Ÿ‘3
๐ŸŒฎ Data Analyst Vs Data Engineer Vs Data Scientist ๐ŸŒฎ


Skills required to become data analyst
๐Ÿ‘‰ Advanced Excel, Oracle/SQL
๐Ÿ‘‰ Python/R

Skills required to become data engineer
๐Ÿ‘‰ Python/ Java.
๐Ÿ‘‰ SQL, NoSQL technologies like Cassandra or MongoDB
๐Ÿ‘‰ Big data technologies like Hadoop, Hive/ Pig/ Spark

Skills required to become data Scientist
๐Ÿ‘‰ In-depth knowledge of tools like R/ Python/ SAS.
๐Ÿ‘‰ Well versed in various machine learning algorithms like scikit-learn, karas and tensorflow
๐Ÿ‘‰ SQL and NoSQL

Bonus skill required: Data Visualization (PowerBI/ Tableau) & Statistics
๐Ÿ‘2
How to start your career in data analysis for freshers ๐Ÿ˜„๐Ÿ‘‡

1. Learn the Basics: Begin with understanding the fundamental concepts of statistics, mathematics, and programming languages like Python or R.

Free Resources: https://t.iss.one/pythonanalyst/103

2. Acquire Technical Skills: Develop proficiency in data analysis tools such as Excel, SQL, and data visualization tools like Tableau or Power BI.

Free Data Analysis Books: https://t.iss.one/learndataanalysis

3. Gain Knowledge in Statistics: A solid foundation in statistical concepts is crucial for data analysis. Learn about probability, hypothesis testing, and regression analysis.
Free course by Khan Academy will help you to enhance these skills.

4. Programming Proficiency: Enhance your programming skills, especially in languages commonly used in data analysis like Python or R. Familiarity with libraries such as Pandas and NumPy in Python is beneficial. Kaggle has amazing content to learn these skills.

5. Data Cleaning and Preprocessing: Understand the importance of cleaning and preprocessing data. Learn techniques to handle missing values, outliers, and transform data for analysis.

6. Database Knowledge: Acquire knowledge about databases and SQL for efficient data retrieval and manipulation.
SQL for data analytics: https://t.iss.one/sqlanalyst

7. Data Visualization: Master the art of presenting insights through visualizations. Learn tools like Matplotlib, Seaborn, or ggplot2 for creating meaningful charts and graphs. If you are from non-technical background, learn Tableau or Power BI.
FREE Resources to learn data visualization: https://t.iss.one/PowerBI_analyst

8. Machine Learning Basics: Familiarize yourself with basic machine learning concepts. This knowledge can be beneficial for advanced analytics tasks.
ML Basics: https://t.iss.one/datasciencefun/1476

9. Build a Portfolio: Work on projects that showcase your skills. This could be personal projects, contributions to open-source projects, or challenges from platforms like Kaggle.
Data Analytics Portfolio Projects: https://t.iss.one/DataPortfolio

10. Networking and Continuous Learning: Engage with the data science community, attend meetups, webinars, and conferences. Build your strong Linkedin profile and enhance your network.

11. Apply for Internships or Entry-Level Positions: Gain practical experience by applying for internships or entry-level positions in data analysis. Real-world projects contribute significantly to your learning.
Data Analyst Jobs & Internship opportunities: https://t.iss.one/jobs_SQL

12. Effective Communication: Develop strong communication skills. Being able to convey your findings and insights in a clear and understandable manner is crucial.

Share with credits: https://t.iss.one/sqlspecialist

Hope it helps :)
โค1๐Ÿ‘1
Recruiter: โ€œWeโ€™re hiring a Data Analyst!โ€

Job description: SQL, Python, R, Excel, Power BI, Tableau, machine learning, business communication, stakeholder mgmt, ETL tools, APIs...

Salary: โ‚น25,000/month.

Also recruiter: โ€œWeโ€™re looking for a fresher.โ€
๐Ÿ‘11โค5
Complete Power BI Topics for Data Analysts ๐Ÿ‘‡๐Ÿ‘‡

1. Introduction to Power BI
- Overview and architecture
- Installation and setup

2. Loading and Transforming Data
- Connecting to various data sources
- Data loading techniques
- Data cleaning and transformation using Power Query

3. Data Modeling
- Creating relationships between tables
- DAX (Data Analysis Expressions) basics
- Calculated columns and measures

4. Data Visualization
- Building reports and dashboards
- Visualization best practices
- Custom visuals and formatting options

5. Advanced DAX
- Time intelligence functions
- Advanced DAX functions and scenarios
- Row context vs. filter context

6. Power BI Service
- Publishing and sharing reports
- Power BI workspaces and apps
- Power BI mobile app

7. Power BI Integration
- Integrating Power BI with other Microsoft tools (Excel, SharePoint, Teams)
- Embedding Power BI reports in websites and applications

8. Power BI Security
- Row-level security
- Data source permissions
- Power BI service security features

9. Power BI Governance
- Monitoring and managing usage
- Best practices for deployment
- Version control and deployment pipelines

10. Advanced Visualizations
- Drillthrough and bookmarks
- Hierarchies and custom visuals
- Geo-spatial visualizations

11. Power BI Tips and Tricks
- Productivity shortcuts
- Data exploration techniques
- Troubleshooting common issues

12. Power BI and AI Integration
- AI-powered features in Power BI
- Azure Machine Learning integration
- Advanced analytics in Power BI

13. Power BI Report Server
- On-premises deployment
- Managing and securing on-premises reports
- Power BI Report Server vs. Power BI Service

14. Real-world Use Cases
- Case studies and examples
- Industry-specific applications
- Practical scenarios and solutions

Like this post if you want me to continue this Power BI series ๐Ÿ‘โ™ฅ๏ธ

Share with credits: https://t.iss.one/sqlspecialist

Hope it helps :)
โค5๐Ÿ‘1
Here are 10 project ideas to work on for Data Analytics

1. Customer Churn Prediction: Predict customer churn for subscription-based services. Skills: EDA, classification models. Tools: Python, Scikit-Learn.
2. Retail Sales Forecasting: Forecast sales using historical data. Skills: Time series analysis. Tools: Python, Statsmodels.
3. Sentiment Analysis: Analyze sentiments in product reviews or tweets. Skills: Text processing, NLP. Tools: Python, NLTK.
4. Loan Approval Prediction: Predict loan approvals based on credit risk. Skills: Classification models. Tools: Python, Scikit-Learn.
5. COVID-19 Data Analysis: Explore and visualize COVID-19 trends. Skills: EDA, visualization. Tools: Python, Tableau.
6. Traffic Accident Analysis: Discover patterns in traffic accidents. Skills: Clustering, heatmaps. Tools: Python, Folium.
7. Movie Recommendation System: Build a recommendation system using user ratings. Skills: Collaborative filtering. Tools: Python, Scikit-Learn.
8. E-commerce Analysis: Analyze top-performing products in e-commerce. Skills: EDA, association rules. Tools: Python, Apriori.
9. Stock Market Analysis: Analyze stock trends using historical data. Skills: Moving averages, sentiment analysis. Tools: Python, Matplotlib.
10. Employee Attrition Analysis: Predict employee turnover. Skills: Classification models, HR analytics. Tools: Python, Scikit-Learn.

And this is how you can work on

Hereโ€™s a compact list of free resources for working on data analytics projects:

1. Datasets
โ€ข Kaggle Datasets: Wide range of datasets and community discussions.
โ€ข UCI Machine Learning Repository: Great for educational datasets.
โ€ข Data.gov: U.S. government datasets (e.g., traffic, COVID-19).
2. Learning Platforms
โ€ข YouTube: Channels like Data School and freeCodeCamp for tutorials.
โ€ข 365DataScience: Data Science & AI Related Courses
3. Tools
โ€ข Google Colab: Free Jupyter Notebooks for Python coding.
โ€ข Tableau Public & Power BI Desktop: Free data visualization tools.
4. Project Resources
โ€ข Kaggle Notebooks & GitHub: Code examples and project walk-throughs.
โ€ข Data Analytics on Medium: Project guides and tutorials.

ENJOY LEARNING โœ…๏ธโœ…๏ธ

#datascienceprojects
๐Ÿ‘6โค1