Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

Wednesday, August 27, 2025

🐍Handling missing values (dropna(), fillna())

🐍Detecting Missing Values in datasets with Pandas

🐍Data Cleaning and handling missing values

🐍Adding, updating, and deleting columns of data frame with pandas

🐍Filtering Data with Pandas

🐍Accessing columns and rows of Data frame

🐍Viewing data (head(), tail(), info(), describe())

🐍Creating DataFrames from dicts, lists, CSV, Excel.

🐍Pandas Dataframe Basics

🐍Indexing, slicing, and filtering of series in Pandas

🐍Series operations and methods in pandas

🐍Accessing elements in series

🐍Creating Series from lists, dicts and arrays

🐍What is scikitlearn??