Learn practical skills, build real-world projects, and advance your career

Pandas

  • How to read CSV data
  • How to use ILOC and LOC
  • How to filter the data on various conditions
  • How to Group the data
  • How to sort the data

Pandas

  • Data Manipulation and handling library in Python.
  • Data Objects(Lists, Tuple, Dict, Sets, Str) Base Python
  • Two Data Objects: Series, DataFrame.
  • Import the libaray: import pandas as pd
import pandas as pd
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
df = pd.read_csv("https://query.data.world/s/hk4qemw2vtrdpe6sbuzsiwdwfrz4el")