Data Science 101: Python Plus Excel
- Description
- Curriculum
- FAQ
- Reviews
Excel and Python for Data Analysis:
For many years, and for good reason, Excel has been a staple for working professionals. It is essential in all facets of business, education, finance, and research due to its extensive capabilities and simplicity of use.
Over the past few years, python programming language has become more popular. According to one study, the demand for Python expertise has grown by 27.6 % over the past year and shows no indications of slowing down. Python has been a pioneer in web development, data analysis, and infrastructure management since it was first developed as a tool to construct scripts that “automate the boring stuff.”
Why python is important for automation?
Consider being required to create accounts on a website for 10,000 employees. What do you think? Performing this operation manually and frequently will eventually drive you crazy. It will also take too long, which is not a good idea.
Try to consider what it’s like for data entry workers. They take the data from tables (like those in Excel or Google Sheets) and insert it elsewhere.
They read various magazines and websites, get the data there, and then enter it into the database. Additionally, they must perform the calculations for the entries.
In general, this job’s performance determines how much money is made. Greater entry volume, more pay (of course, everyone wants a higher salary in their job).
However, don’t you find doing the same thing over and over boring?
The question is now, “How can I accomplish it quickly?”
How to automate my work?
Spend an hour coding and automating these kinds of chores to make your life simpler rather than performing these kinds of things by hand. By just writing fewer lines of Python code, you can automate your strenuous activity.
The course covers following topics:
1. Excel basics
2. Excel Functions
3. Excel Visualizations
4. Excel Case study (Financial Statements)
5. Python numpy and pandas
6. Python Implementations of Excel functions
7. Python matplotlib and pandas visualizations
The evidence suggests that both Excel and Python have their place with certain applications. Excel is a great entry-level tool and is a quick-and-easy way to analyze a dataset.
But for the modern era, with large datasets and more complex analytics and automation, Python provides the tools, techniques and processing power that Excel, in many instances, lacks. After all, Python is more powerful, faster, capable of better data analysis and it benefits from a more inclusive, collaborative support system.
Python is a must-have skill for aspiring data analysts, data scientist and anyone in the field of science, and now is the time to learn.
-
9Structure of Excel sheets
-
10The Ribbon
-
11Rows and Columns
-
12Enter, Edit, Delete in Excel
-
13Excel basic formatting: border, font, color
-
14Align Left, Right, Center
-
15Arithmetic operations
-
16Excel formulas introduction
-
17Copy and Paste
-
18Formatting cell
-
19Formatting worksheet
-
20Moving and selecting contents in Excel sheets
-
21[IMPORTANT] Fixing cell references
-
22ALT+ENTER
-
23Text to Column
-
24Wrap Text
-
25Select special
-
26Dynamic Naming
-
27Custom Formatting 1
-
28Custom Formatting 2
-
29Multiple Formats
-
66vlookup function in excel
-
67Implement vlookup functionality in Python
-
68Pivot tables in excel
-
69Implement pivot tables functionality in Python
-
70Pivot tables using pandas
-
71IF function in Excel
-
72IF functionalities in python
-
73Text manipulation in Excel
-
74Text manipulation in Python
-
75count, countif, countifs, sum, sumif, sumifs
-
76count, countif, countifs, sum, sumif, sumifs in Python