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 sheetsVideo lesson
-
10The RibbonVideo lesson
-
11Rows and ColumnsVideo lesson
-
12Enter, Edit, Delete in ExcelVideo lesson
-
13Excel basic formatting: border, font, colorVideo lesson
-
14Align Left, Right, CenterVideo lesson
-
15Arithmetic operationsVideo lesson
-
16Excel formulas introductionVideo lesson
-
17Copy and PasteVideo lesson
-
18Formatting cellVideo lesson
-
19Formatting worksheetVideo lesson
-
20Moving and selecting contents in Excel sheetsVideo lesson
-
21[IMPORTANT] Fixing cell referencesVideo lesson
-
22ALT+ENTERVideo lesson
-
23Text to ColumnVideo lesson
-
24Wrap TextVideo lesson
-
25Select specialVideo lesson
-
26Dynamic NamingVideo lesson
-
27Custom Formatting 1Video lesson
-
28Custom Formatting 2Video lesson
-
29Multiple FormatsVideo lesson
-
37Count, countif and countifsVideo lesson
-
38Sum, sumif and sumifsVideo lesson
-
39average and averageifVideo lesson
-
40Text functionsVideo lesson
-
41max and min functionsVideo lesson
-
42round functionVideo lesson
-
43vlookup function [IMPORTANT}Video lesson
-
44hlookup functionVideo lesson
-
45index and match functionVideo lesson
-
46iferror functionVideo lesson
-
47pivot tablesVideo lesson
-
48data tablesVideo lesson
-
55Introduction to dataVideo lesson
-
56Preprocessing dataVideo lesson
-
57Create unique code (primary key)Video lesson
-
58Creating databaseVideo lesson
-
59Populate database 1Video lesson
-
60Populate database 2Video lesson
-
61Mapping each row to categoryVideo lesson
-
62Income statementVideo lesson
-
63Format statementVideo lesson
-
64Format statement moreVideo lesson
-
65Populate Income (P&L) statementVideo lesson
-
66vlookup function in excelVideo lesson
-
67Implement vlookup functionality in PythonVideo lesson
-
68Pivot tables in excelVideo lesson
-
69Implement pivot tables functionality in PythonVideo lesson
-
70Pivot tables using pandasVideo lesson
-
71IF function in ExcelVideo lesson
-
72IF functionalities in pythonVideo lesson
-
73Text manipulation in ExcelVideo lesson
-
74Text manipulation in PythonVideo lesson
-
75count, countif, countifs, sum, sumif, sumifsVideo lesson
-
76count, countif, countifs, sum, sumif, sumifs in PythonVideo lesson