Python Syllabus From Basic To Advanced. (Data Automation and Visualization) - 2
Python Syllabus From Basic To Advanced. (Data Automation and Visualization) - 2
Python Syllabus From Basic To Advanced. (Data Automation and Visualization) - 2
50 Hours
+91 8802046475
Continue
FORTUNATELY, LEARNING TO AUTOMATE ANYTHING WITH PYTHON DOESN'T HAVE TO BE DIFFICULT
List Dictionary
❖ What is List.
❖ List Creation ❖ Dict Creation
❖ List Length ❖ Dict Access (Accessing Dict Values)
❖ List Append ❖ Dict Get Method
❖ List Insert ❖ Dict Add or Modify Elements
❖ List Remove ❖ Dict Copy
❖ List Append & Extend using “+” and Keyword ❖ Dict FromKeys.
❖ List Delete ❖ Dict Items
❖ List related Keyword in Python ❖ Dict Keys (Updating, Removing and Iterating)
❖ List Reverse ❖ Dict Values
❖ List Sorting ❖ Dict Comprehension
❖ List having Multiple Reference ❖ Default Dictionaries
❖ String Split to create a List ❖ Ordered Dictionaries
❖ List Indexing ❖ Looping Dictionaries
❖ List Slicing ❖ Dict useful methods (Pop, Pop Item, Str , Update etc.)
❖ List count and Looping
❖ List Comprehension and Nested Comprehension
Continue
SETS, TUPLES AND LOOPING PROGRAMMING
Continue
EXCEPTION AND FILE HANDLING, MODULE ,FUNCTION AND PACKAGES
Continue
AUTOMATION OF PDF , OS (OPERATING SYSTEM), DATE TIME, CALENDAR MODULE
Itertools Module
❖ Complete Understanding of IterTool
( IterTool Product, Permutations(), Combindations() etc)
❖ Zip, Product, Combinations_with_replacement etc.
Continue
DATA ANALYSIS AND VISUALIZATION USING PANDAS, NUMPY AND MATPLOTLIB
PANDAS
❖ Read data from Excel File using Pandas ❖ More Plotting, Date Time Indexing and writing to files
❖ How to get record specific records Using Pandas ❖ Adding & Resetting Columns, Mapping with function
❖ Using the Excel File class to read multiple sheets Several ways to handling NaN values or Fill NaN value
❖ Exploring the Data ❖ Plotting, Correlations, and Histograms
❖ Getting statistical information about the data ❖ Analysis Concepts, Handle the None Values,
❖ Reading files with no header and skipping records Cumulative Sums and Value Counts, Ranking etc.
❖ Reading a subset of columns ❖ Data Maintenance, Adding/Removing Cols and Rows
❖ Applying formulas on the columns ❖ Basic Grouping, Concepts of Aggregate Function
❖ Complete Understanding of Pivot Table ❖ Data Slicing using iLoc and Loc property (Setting Indices)
❖ Under sting the Properties of Pivot Table in Pandas ❖ Advanced Reading CSVs/HTML, Binning, Categorical Data
❖ Exporting the results to Excel ❖ Joins: Inner Join, Left Join (Left Outer Join),
❖ Python | Pandas DataFrame Right Join (Right Outer Join) Full Join (Full Outer Join)
❖ Under sting the properties of DataFrame ❖ Append or Concat DataFrame using Pandas
❖ Indexing and Selecting Data with Pandas ❖ How to apply Lambda / Function on DataFrame
❖ Pandas | Merging, Joining and Concatenating ❖ DataTime Property in Pandas ( More and More)
❖ Pandas | Find Missing Data and Fill and Drop NA ❖ Pandas Pivot Table with Visualization
❖ Pandas | How to Group Data ❖ Data Analysis using Python Pandas and other
❖ Other Very Useful concepts of Pandas in Python packages. Continue
DATA ANALYSIS AND VISUALIZATION USING PANDAS, NUMPY AND MATPLOTLIB
NumPy MatPlotLib
Continue
Project-1 Project-2 Project-3