
Import and cleanse raw data from csv files, excel files, and sql server tables in a Jupyter notebook, create data frames, and visualize results with pandas for informed decisions.
Install and configure SQL Server 2019 Developer Edition on Windows 10, verify prerequisites, and connect via GUI to support data analysis with Python Pandas in the course.
Rafael guides learners through a practical quiz on Python and pandas, covering insert and delete cell shortcuts, list creation, and building a data frame from a cars dictionary.
Learn to slice and filter large sales data with pandas iloc and loc, selecting rows and columns by position or label.
Explore iloc and loc filtering and slicing in pandas, using start and end row and column indices and negative indices. Understand label versus position indexing, accessing data frames and series.
Learn to work with indexes in pandas by loading an Excel file, slicing and filtering with df.loc, selecting columns, and creating a permanent index (email) with set_index and reset_index.
Master pandas data selection in Python through quiz 3: pull specific columns and top 10 rows, use iloc and loc for indexing, filter by California, and set state as index.
Apply conditional filtering in pandas using or, and, not, and is in to select rows by name and score. Wrap filters in a data frame to view results.
Explore core pandas concepts through quiz 6, focusing on group by, data filtering with get_group, regex find and replace, unique values, youngest selection, and earnings per year.
Explore how the pivot_table function in pandas reshapes data by region, rep, and item, then aggregate unit cost and units with mean or sum.
Learn how to connect to SQL Server from the pandas environment in Jupiter, compare SQL and pandas commands, and run live data operations using select, where, group by, and more.
This course will introduce to the student how to use a Python analytical tool called Pandas. With this technology, the student will be able to import and analyze data from a variety of data sources, such as Excel, CSV, SQL Server, URLs, Big Data, and much more. With the aid of Juypter Notebook editor, the student will be able to interact with pandas library and learn to code. The pandas library will introduce to the student on how to import and export data, how to manage, manipulate, configure data, and how to filter, add, delete, concatenate, group data and visualize data with charts and much more.