Data Analysts
50.4K subscribers
11 photos
3 videos
3 files
137 links
Perfect channel to learn Data Analytics

Learn SQL, Python, Alteryx, Tableau, Power BI and many more

For Promotions: @coderfun

Buy ads: https://telega.io/c/sqlspecialist
Download Telegram
Excel Learning Series Part-2

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Today, let's learn about Data Entry and Formatting.

1. Entering and Formatting Data: Data entry involves inputting information into Excel cells. This can include text, numbers, dates, and formulas. Formatting data involves adjusting the appearance of cells to make them more visually appealing or to highlight important information. This includes formatting options such as font styles, font sizes, text alignment, cell borders, and cell shading.

2. Cell Styles and Formatting Options: Excel offers a wide range of formatting options to customize the appearance of cells. This includes applying pre-defined cell styles for consistency, adjusting number formats to display data in different ways (e.g., currency, percentage), and using conditional formatting to automatically apply formatting based on specific conditions or criteria.

Share with credits: https://t.me/sqlspecialist

Stay tuned for the next topics ☺️

Hope it helps :)
Excel Learning Series Part-3

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Formulas and Functions in Excel.

1. Basic Arithmetic Functions:
- Addition: To add numbers in Excel, you can use the plus "+" operator. For example, to add the numbers in cells A1 and B1, you would enter "=A1+B1" in another cell.
- Subtraction: To subtract numbers, use the minus "-" operator. For instance, "=A2-B2" subtracts the value in cell B2 from the value in cell A2.
- Multiplication: Use the asterisk "*" for multiplication. For example, "=C1*D1" multiplies the values in cells C1 and D1.
- Division: To divide numbers, use the forward slash "/" operator. For instance, "=E1/F1" divides the value in cell E1 by the value in cell F1.

2. SUM Function:
- The SUM function adds up a range of numbers. For example, "=SUM(A1:A5)" adds the numbers in cells A1 through A5.
- You can also use the SUM function to add individual numbers. For instance, "=SUM(10, 20, 30)" adds 10, 20, and 30 together.

3. AVERAGE Function:
- The AVERAGE function calculates the average of a range of numbers. For example, "=AVERAGE(B1:B10)" calculates the average of the numbers in cells B1 through B10.
- Like the SUM function, you can also use the AVERAGE function to find the average of individual numbers.

4. COUNT Function:
- The COUNT function counts the number of cells that contain numbers within a specified range. For example, "=COUNT(C1:C20)" counts the number of non-empty cells in the range C1 to C20 that contain numeric values.
- You can also use COUNTA function to count non-empty cells regardless of data type.

Here are a few examples to illustrate these concepts:

- Addition: If cell A1 contains 10 and cell B1 contains 20, entering "=A1+B1" in another cell will display the result 30.
- SUM Function: If cells C1 to C5 contain the numbers 10, 20, 30, 40, and 50 respectively, "=SUM(C1:C5)" will yield the result 150.
- AVERAGE Function: If cells D1 to D4 contain the numbers 10, 20, 30, and 40 respectively, "=AVERAGE(D1:D4)" will give the average 25.
- COUNT Function: If cells E1 to E10 contain numeric values, "=COUNT(E1:E10)" will count how many of those cells are populated with numbers.

These basic arithmetic functions and built-in Excel functions form the foundation for performing calculations and analysis in Excel.

Share with credits: https://t.me/sqlspecialist

Stay tuned for the next topics ☺️

Hope it helps :)
Excel Learning Series Part-4

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Data Cleaning and Validation:

1. Removing Duplicates: Excel provides a built-in feature to easily identify and remove duplicate values from a dataset. You can access this feature under the "Data" tab, where you'll find the "Remove Duplicates" option. This tool allows you to select the columns where you want to check for duplicates and then removes any duplicate rows based on your selection.

2. Data Validation Techniques: Data validation ensures that data entered into cells meets specific criteria or rules. Excel offers various data validation techniques to control what users can input into cells. These include:
- Setting data validation rules: You can specify conditions for data entry, such as numeric ranges, date ranges, or specific text values.
- Creating drop-down lists: You can create drop-down menus in cells to provide users with a predefined list of options to choose from.
- Using custom formulas: Advanced users can create custom formulas to validate data entry based on complex conditions or calculations.

For example:
- To remove duplicates from a list of names in column A, you would select column A, go to the "Data" tab, click on "Remove Duplicates," choose the column, and click "OK" to remove duplicate entries.
- To set up data validation for a column where users enter dates, you can specify a date range or a list of valid dates. Users attempting to enter a date outside the specified range will receive an error message.

These techniques help ensure data accuracy and consistency in Excel workbooks.

Share with credits: https://t.me/sqlspecialist

Stay tuned for the next topics ☺️

Hope it helps :)
Like this post if this Excel Learning Series is helping you in learning something new 📚👍
Our logo has been updated. We are now a community of 45000+ subscribers on telegram 🤞❤️
Excel Learning Series Part-5

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Sorting and Filtering:

1. Sorting Data: Sorting allows you to arrange the rows of your data based on the values in one or more columns. Excel provides easy-to-use sorting options under the "Data" tab. You can sort data in ascending or descending order, and you can sort by multiple columns simultaneously. Sorting helps organize data and makes it easier to analyze and interpret.

2. Using Filters for Data Analysis: Filtering allows you to display only the rows of data that meet specific criteria. Excel's filter feature enables you to apply filters to one or more columns, allowing you to focus on subsets of your data quickly. You can filter data based on text, numbers, dates, or even custom criteria. Filters are powerful tools for data analysis, as they help identify trends, outliers, and patterns within datasets.

For example:
- To sort a list of sales data by the "Sales Amount" column in descending order, you would select the column, go to the "Data" tab, and choose the "Sort Z to A" option.
- To filter a list of customer information to only display customers from a specific region, you would apply a filter to the "Region" column and select the desired region from the filter dropdown menu.

These sorting and filtering techniques are essential for organizing and analyzing large datasets in Excel.

Share with credits: https://t.me/sqlspecialist

Hope it helps :)
Excel Learning Series Part-6

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Charts and Graphs:

1. Creating Basic Charts: Excel offers various types of charts, including bar charts, line charts, and pie charts, to visually represent data. You can create charts by selecting the data you want to visualize and then choosing the desired chart type from the "Insert" tab. Excel will generate a chart based on your selected data, which you can further customize and format.

2. Customizing and Formatting Charts: After creating a chart, you can customize its appearance to make it more visually appealing and easier to interpret. Excel provides options to modify chart elements such as titles, axes, legends, and data labels. You can also change the colors, styles, and layouts of charts to better convey your data's message.

For example:
- To create a bar chart representing sales data for different product categories, you would select the data range, go to the "Insert" tab, choose the "Bar Chart" option, and select the desired subtype.
- After creating the chart, you can customize it by adding a title, labeling axes, adjusting colors, and resizing elements to improve readability.

Charts and graphs are powerful tools for data visualization and analysis, allowing you to communicate insights effectively.

Share with credits: https://t.me/sqlspecialist

Hope it helps :)
Excel Learning Series Part-7

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about PivotTables and PivotCharts:

1. Creating PivotTables: PivotTables are powerful tools in Excel for summarizing and analyzing large datasets. They allow you to quickly create summaries, cross-tabulations, and calculations from your data. To create a PivotTable, you select the data you want to analyze, go to the "Insert" tab, and choose "PivotTable." Excel will then generate a blank PivotTable where you can drag and drop fields to organize and analyze your data.

2. Analyzing Data with PivotCharts: PivotCharts are visual representations of PivotTable data. They allow you to create dynamic charts that update automatically as you manipulate your PivotTable. To create a PivotChart, you start by creating a PivotTable and then insert a chart based on that PivotTable. PivotCharts provide a visual way to explore and understand your data, making it easier to identify trends, patterns, and outliers.

For example:
- To create a PivotTable that summarizes sales data by product category and region, you would select the relevant data range, go to the "Insert" tab, choose "PivotTable," and then drag the "Product Category" field to the rows area and the "Region" field to the columns area.
- After creating the PivotTable, you can insert a PivotChart based on that PivotTable to visualize the sales data by product category and region.

PivotTables and PivotCharts are essential tools for data analysis in Excel, allowing you to quickly summarize and visualize complex datasets.

Share with credits: https://t.me/sqlspecialist

Hope it helps :)
Excel Learning Series Part-8

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Advanced Formulas:

1. VLOOKUP, HLOOKUP, INDEX-MATCH: These are advanced lookup and reference functions used to search for a value in a table and return a corresponding value from another column.
- VLOOKUP searches for a value in the first column of a table and returns the value in the same row from a specified column.
- HLOOKUP works similarly to VLOOKUP, but searches for the value in the first row of a table.
- INDEX-MATCH is a powerful combination where INDEX returns the value of a cell in a specific row and column of a table, and MATCH searches for a specified value in a range and returns the relative position of that item.

2. IF Statements for Conditional Logic: IF statements allow you to perform different actions based on a specified condition. They are used to make decisions and perform calculations based on whether a condition is true or false.
- The basic syntax of an IF statement is: =IF(condition, value_if_true, value_if_false).
- Nested IF statements allow for more complex logical tests and multiple outcomes.

For example:
- VLOOKUP: =VLOOKUP(A2, B2:D10, 3, FALSE) searches for the value in cell A2 within the range B2:D10 and returns the value from the third column of the matching row.
- INDEX-MATCH: =INDEX(B2:B10, MATCH(A2, A2:A10, 0)) searches for the value in cell A2 within the range A2:A10 and returns the corresponding value from column B.
- IF Statement: =IF(A2 > 10, "Above Threshold", "Below Threshold") checks if the value in cell A2 is greater than 10. If true, it returns "Above Threshold"; otherwise, it returns "Below Threshold".

These advanced formulas are essential for performing complex calculations and data manipulations in Excel.

This is one of the most common and important Interview topic for Excel.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Many people pay too much to learn Power BI, but my mission is to break down barriers. I have shared complete learning series to learn Power BI from scratch.

Here are the links to the Power BI series

Complete Power BI Topics for Data Analyst: https://t.me/sqlspecialist/588

Part-1: https://t.me/sqlspecialist/589

Part-2: https://t.me/sqlspecialist/590

Part-3: https://t.me/sqlspecialist/592

Part-4: https://t.me/sqlspecialist/595

Part-5: https://t.me/sqlspecialist/597

Part-6: https://t.me/sqlspecialist/600

Part-7: https://t.me/sqlspecialist/603

Part-8: https://t.me/sqlspecialist/604

Part-9: https://t.me/sqlspecialist/605

Part-10: https://t.me/sqlspecialist/606

Part-11: https://t.me/sqlspecialist/609

Part-12:
https://t.me/sqlspecialist/610

Part-13: https://t.me/sqlspecialist/613

Part-14: https://t.me/sqlspecialist/614

More Power BI Resources: https://t.me/PowerBI_analyst

I'll continue with learning series on Excel & Tableau. I am also planning to start with Interview Preparation Series as have already covered essential concepts of Python, SQL & Power BI in detail.

Thanks to all who support our channel and share the content with proper credits. You guys are really amazing.

Hope it helps :)
Excel Learning Series Part-9

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Data Analysis with What-If Analysis:

1. Goal Seek: Goal Seek is a built-in Excel tool used to find the input value needed to achieve a desired result. It allows you to set a target value for a formula and then determine the input value required to reach that target. You can access Goal Seek by going to the "Data" tab, clicking on "What-If Analysis," and selecting "Goal Seek."

2. Scenario Manager and Data Tables: Scenario Manager and Data Tables are tools used for performing sensitivity analysis and exploring different scenarios based on changing input values.
   - Scenario Manager allows you to create and manage different scenarios by specifying input values and observing the resulting outcomes.
   - Data Tables allow you to create one- or two-variable data tables to analyze how changing input values affect one or more formula outputs.

For example:
- Goal Seek: Suppose you have a loan repayment calculation where you want to find out what interest rate you need to pay to meet a specific monthly payment. You can use Goal Seek to find the interest rate required to achieve the desired monthly payment.
- Scenario Manager: You can use Scenario Manager to create different scenarios for sales forecasts based on varying market conditions, such as high, medium, and low sales scenarios.
- Data Tables: You can use a data table to analyze how changes in interest rates and loan terms affect monthly loan payments.

These What-If Analysis tools are valuable for decision-making and exploring different possibilities in Excel.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Excel Learning Series Part-10

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Advanced Charting Techniques:

1. Combination Charts: Combination charts allow you to display different types of data on the same chart, using different chart types for each data series. This is useful for comparing multiple sets of data that have different scales or units of measurement. Excel allows you to combine line, column, bar, and other chart types in a single chart.

2. Dynamic Charts with Named Ranges: Named ranges are a way to assign a descriptive name to a specific range of cells in Excel. Dynamic charts use named ranges to automatically update chart data when the underlying data changes. This ensures that your charts remain up-to-date without manually adjusting the data range.

For example:
- Combination Charts: You can create a combination chart to compare sales revenue and expenses over time. The revenue data can be represented as a line chart, while the expenses data can be represented as a column chart, both sharing the same X-axis (time).
- Dynamic Charts with Named Ranges: Suppose you have a sales report with data for each month in a named range called "SalesData." By using this named range in your chart series, the chart will automatically update whenever new data is added to or removed from the "SalesData" range.

These advanced charting techniques enhance the visual representation of data in Excel and provide more flexibility in data analysis.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Excel Learning Series Part-11

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Power Query:

1. Importing and Transforming Data with Power Query: Power Query is a data connection technology that enables you to discover, connect, combine, and refine data across a wide variety of sources. With Power Query, you can import data from databases, files, websites, and other sources into Excel, transform and clean the data as needed, and load it into Excel for analysis.

Power Query provides a user-friendly interface for performing data transformation tasks, such as:
- Removing duplicates
- Filtering rows and columns
- Splitting and merging columns
- Renaming columns
- Adding custom columns with calculated values
- Pivoting and unpivoting data
- and much more.

Once you've transformed your data using Power Query, you can load it into Excel as a table or directly into a PivotTable for further analysis.

For example:
- You can use Power Query to import data from multiple Excel files located in different folders, combine them into a single dataset, remove duplicates, and perform other data cleaning tasks before loading the consolidated data into Excel.
- Power Query can also connect to external databases such as SQL Server, Oracle, and Access, allowing you to import data directly into Excel from these sources and perform data transformation tasks without writing SQL queries.

Power Query significantly simplifies the process of importing, cleaning, and transforming data in Excel, making it an invaluable tool for data analysts.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Excel Learning Series Part-12

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Today, let's learn about another important topic Data Visualization with Power BI:

1. Connecting Excel to Power BI: Power BI is a powerful business analytics tool provided by Microsoft. You can connect Excel to Power BI to leverage its advanced data visualization capabilities. This connection allows you to create interactive dashboards and reports based on your Excel data.

2. Creating Interactive Dashboards: With Power BI, you can create interactive dashboards that provide dynamic visualizations of your data. You can add various types of charts, graphs, maps, and other visual elements to your dashboard and customize them to meet your specific requirements. Power BI also offers features such as slicers, filters, and drill-down capabilities, allowing users to explore and analyze data in different ways.

For example:
- You can connect Excel to Power BI and import your Excel data into a Power BI dataset. Once the data is imported, you can create interactive visualizations such as bar charts, line charts, and pie charts based on the imported data.
- You can then combine these visualizations into a dashboard layout and add filters and slicers to allow users to interactively explore the data.

Data Visualization with Power BI enhances the presentation and analysis of data, providing insights that are easily understandable and actionable.

Refer our Power BI Learning Series to know more.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Remote Data Analyst Job
👇👇
https://t.me/jobs_SQL/548

Required Skills:
Strong mathematics skills (Masters level applied statistics preferred)
Proficiency in Python, SQL, and spreadsheets
High degree of comfort with data management, ETL techniques, and data ingestion
Experience with QA/QC testing and data troubleshooting
AWS Glue, Step, S3, Admin, or similar data tooling experience a plus
Classification, NLP, statistical machine learning modeling experience a plus
Experience with Python Regex library a plus
Experience with Pyspark a plus
Experience with Mac OS and Google suite

Nowadays, companies are expecting a lot of skills from freshers to mid-level experienced people. It's better to learn something new every week and upskill yourself whenever possible.

Also, SQL is one of the very underrated skill which most of the jobs ask for. So those of you who are new to data field, I would recommend to start with learning SQL and proceed further as per your comfort.

I already covered essential topics for SQL: https://t.me/sqlspecialist/567

Start with these topics and gradually improve everyday with consistent practice.

Hope it helps :)
Excel Learning Series Part-13

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Today, let's learn about Macros and Automation:

1. Recording and Running Macros: Macros are sequences of actions that you can record to automate repetitive tasks in Excel. You can record a macro by performing the desired actions manually, and Excel will generate VBA (Visual Basic for Applications) code to replicate those actions. Once recorded, you can run the macro to repeat the same series of actions automatically.

2. Automation with VBA (Visual Basic for Applications): VBA is a programming language that allows you to create custom macros and automate tasks in Excel. With VBA, you can write scripts to perform complex calculations, manipulate data, create custom functions, interact with external databases, and much more. VBA opens up a wide range of possibilities for automating tasks and extending Excel's functionality beyond its built-in features.

For example:
- You can record a macro to automate the process of formatting and organizing data in a specific way. This could include tasks such as applying cell styles, sorting data, and generating summary reports.
- With VBA, you can create custom macros to automate repetitive tasks such as data cleaning, report generation, and data analysis. For instance, you could write a VBA script to automatically import data from external sources, perform calculations, and generate visualizations based on specific criteria.

Macros and automation help streamline workflows, increase productivity, and reduce errors by eliminating manual repetitive tasks.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Excel Learning Series Part-14

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Today, let's learn about Advanced Data Analysis:

1. Regression Analysis: Regression analysis is a statistical method used to explore the relationship between one dependent variable and one or more independent variables. Excel provides built-in tools for performing linear regression analysis, which can help you understand the strength and nature of the relationship between variables, make predictions, and identify outliers.

2. Data Forecasting with Excel: Excel offers several methods for data forecasting, including exponential smoothing, moving averages, and trend analysis. These methods allow you to analyze historical data trends and make predictions about future values based on those trends. Excel's forecasting tools provide visualizations and statistical measures to help you assess the accuracy and reliability of your forecasts.

For example:
- You can use regression analysis in Excel to analyze the relationship between advertising expenditure and sales revenue. By performing a regression analysis, you can determine the extent to which advertising spending influences sales and make predictions about future sales based on different advertising budgets.
- Excel's forecasting tools can be used to predict future sales volumes based on historical sales data. You can apply different forecasting methods, such as exponential smoothing or moving averages, to identify patterns and trends in the data and make predictions about future sales performance.

Advanced data analysis techniques such as regression analysis and data forecasting enable you to gain deeper insights into your data and make more informed decisions.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Excel Learning Series Part-15

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Now, let's learn about Collaboration and Sharing:

1. Excel Sharing Options: Excel provides several ways to share workbooks with others for collaboration. You can share a workbook by sending it as an email attachment, saving it to a shared network location, or using cloud storage services such as OneDrive or SharePoint. Excel also offers built-in collaboration features, such as co-authoring, which allow multiple users to edit the same workbook simultaneously.

2. Collaborative Editing and Comments: Excel allows multiple users to collaborate on a workbook in real-time, making changes and updates that are automatically synced across all users' devices. Users can see each other's changes in real-time and communicate through comments and chat within the workbook. Excel also provides a version history feature, allowing users to track changes and revert to previous versions if needed.

For example:
- You can share an Excel workbook with your team via OneDrive, allowing everyone to access and edit the same document simultaneously. Each user's changes are automatically synced, ensuring that everyone has access to the most up-to-date version of the workbook.
- Users can leave comments within the workbook to provide feedback or ask questions about specific data or calculations. Comments can be replied to, resolved, and tracked, making it easy to collaborate and communicate effectively within the workbook.

Collaboration and sharing features in Excel facilitate teamwork and communication, enabling multiple users to work together efficiently on the same document.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)
Excel Learning Series Part-16

Complete Excel Topics for Data Analysis: https://t.me/sqlspecialist/547

Today, let's learn about Excel Shortcuts and Productivity Tips:

1. Time-saving Keyboard Shortcuts: Excel offers a wide range of keyboard shortcuts to help you perform common tasks more efficiently. These shortcuts allow you to execute commands and actions quickly without having to navigate through menus and ribbons. Learning and using keyboard shortcuts can significantly speed up your workflow and boost productivity in Excel.

2. Productivity Tips for Efficient Work: Excel provides various features and functionalities designed to improve productivity and streamline your work processes. These include:
- Using named ranges to easily reference specific ranges of cells in your formulas.
- Utilizing Excel's AutoFill feature to quickly populate a series of cells with sequential or patterned data.
- Taking advantage of Excel's built-in templates and functions to perform common calculations and tasks.
- Organizing and structuring your workbooks with clear headings, cell formatting, and worksheet tabs for easy navigation.

For example:
- Instead of manually copying and pasting data, you can use the keyboard shortcut "Ctrl + C" to copy and "Ctrl + V" to paste.
- You can quickly insert the current date into a cell by pressing "Ctrl + ;" (semicolon).
- To select an entire column or row, you can use the keyboard shortcut "Ctrl + Spacebar" for columns and "Shift + Spacebar" for rows.

Here are some additional keyboard shortcuts to enhance your productivity in Excel:

1. Navigation Shortcuts:
- Ctrl + Arrow Keys: Navigate to the edge of data regions.
- Ctrl + Home: Move to the beginning of the worksheet.
- Ctrl + End: Move to the last cell of the data region.
- Ctrl + Page Up / Page Down: Switch between worksheets.

2. Selection Shortcuts:
- Shift + Arrow Keys: Select cells or ranges of cells.
- Ctrl + Shift + Arrow Keys: Extend the selection to the edge of data regions.
- Ctrl + A: Select the entire worksheet.

3. Editing Shortcuts:
- Ctrl + Z: Undo the last action.
- Ctrl + Y: Redo the last undone action.
- Ctrl + X: Cut selected cells.
- Ctrl + C: Copy selected cells.
- Ctrl + V: Paste copied or cut cells.
- Ctrl + D: Fill down (copies the content from the cell above).
- Ctrl + R: Fill right (copies the content from the cell to the left).

4. Formatting Shortcuts:
- Ctrl + B: Apply bold formatting.
- Ctrl + I: Apply italic formatting.
- Ctrl + U: Apply underline formatting.
- Ctrl + 1: Open the Format Cells dialog box.
- Ctrl + Shift + L: Toggle filters on or off (for Excel tables).

5. Formula Shortcuts:
- Ctrl + Shift + Enter: Enter an array formula.
- F2: Edit the active cell.
- Ctrl + `: Toggle formula view mode (show/hide formulas).
- Alt + =: Insert autosum formula.

Share with credits: https://t.me/sqlspecialist

Like for more such content 👍❤️

Hope it helps :)