Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1005 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 1005 Bytes

Data-Analysis-Internship-MFST

This repository contains all the tasks completed by Sahil Sharma during the Data Analysis Internship at Main Flow Services and Technologies.

Tasks

  1. Task 1: Understanding Python Data Types
  • Description: This task involves understanding the basic data types in Python such as lists, dictionaries, and sets.
  • File(s): task1.py
  1. Task 2: Data Manipulation with Pandas
  • Description: This task involves using the Pandas library to manipulate data.
  • File(s): task2.py
  1. Task 3: Data Visualization with Matplotlib
  • Description: This task involves using the matplotlib library to visualize data.
  • File(s): task3.py
  1. Task 4: Exploratory Data Analysis
  • Description: This task involves performing exploratory data analysis on a dataset.
  • Files(s): task4.py

Additional Information