AI-ML

Assignment No - 1

Take a usecase in any domain and explain below points properly:

  • Data: Data Sources, Data Issues, Types of Data
  • Problem Statement

Assignment No - 2

Use Methods of Python Datatypes (Objects)

Datatypes: int, float, complex, list, tuple, str, set, dict, bool

Hint: help()

Notebook Link: Click Here

Assignment No - 3

Python Libraries for Data Analysis and Visualization:

  • Numpy-100, Solve using help(np) and help(np.function_name)
  • Pandas-100, Solve using help(pd) and help(pd.function_name)
  • Matplotlib: Draw 10 graphs with proper meaning
  • Seaborn: Draw 10 graphs with proper meaning