0% found this document useful (0 votes)
24 views4 pages

Data Analytics at NP IT SOLUTIONS

The internship program covers essential topics in data analytics, including basic Python programming, data structures, control flow, functions, and libraries like Pandas and Numpy. Participants will learn data visualization techniques using Matplotlib and Seaborn, as well as practical applications through an internship project. Contact information for NP IT Solutions is provided for further inquiries.

Uploaded by

sakshiitambe2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

Data Analytics at NP IT SOLUTIONS

The internship program covers essential topics in data analytics, including basic Python programming, data structures, control flow, functions, and libraries like Pandas and Numpy. Participants will learn data visualization techniques using Matplotlib and Seaborn, as well as practical applications through an internship project. Contact information for NP IT Solutions is provided for further inquiries.

Uploaded by

sakshiitambe2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Data Analytics

TOPICS COVERED IN THE INTERNSHIP

Basic Python :
1. Introduction to Python
o What is Python?
o Features of Python
o Installing Python and setting up the environment
o Running Python scripts (.py files)
o Introduction to Jupyter Notebook and Google Colab

2. Python Basics: Syntax & Data Types


o Python indentation & comments
o Variables and assignment
o Data types:
▪ Integers (int), Floats (float), Strings (str)
▪ Boolean (bool), NoneType (None)
o Type conversion (implicit & explicit)

3. Operators in Python
o Arithmetic Operators (+, -, *, /, %, //, **)
o Comparison Operators (==, !=, >, <, >=, <=)
o Logical Operators (and, or, not)
o Assignment Operators (=, +=, -=, *=, /=)
o Membership Operators (in, not in)
o Identity Operators (is, is not)
4. Python Data Structures
o Strings
• String indexing & slicing
• String methods (upper(), lower(), strip(), split(), join(),
replace(), find(), etc.)
o Lists
• Creating lists
• List indexing & slicing
• List methods (append(), extend(), insert(), pop(),
remove(), sort(), reverse())
• List comprehension
o Tuples
• Tuple creation
• Tuple methods (count(), index())
• Difference between lists & tuples
• Dictionaries
• Creating dictionaries
• Accessing values using keys
• Dictionary methods (keys(), values(), items(), get(),
update(), pop())
o Sets
• Creating sets
• Set operations (union, intersection, difference)
• Set methods (add(), remove(), discard(), clear())

5. Control Flow Statements
o Conditional Statements
• if, if-else, if-elif-else
o Loops
• for loop (range-based and iterating over lists, strings,
etc.)
• while loop
• break, continue, pass

6. Functions in Python
o Defining functions using def
o Function arguments & parameters
o Default arguments & keyword arguments
o Return values
o Lambda functions (anonymous functions)

7 . Pandas :
o Pandas Dataframe
• reading the collection datatypes in dataframe
• reading the files in dataframe
• various dataframe functions
o Data Preprocessing With The Help Of Pandas
• handling nulls / blanks
• aggregating the data
• filtering the data
• sorting the data
• joining the dataframes (merge functionality )
• concating the data
• lamda function
o Panda Series And Various Series Functions
8 . Numpy :
o Numpy Array
▪ indexing
▪ slicing
▪ broadcasting
▪ vectorization
▪ aggregation functions
▪ sorting of arrays
▪ multidimensional array using numpy

9. Data Visualization using Matplotlib & Seaborn


o Line charts, bar charts, scatter plots
o Histograms & box plots (for outliers)
o Heatmaps (Correlation matrix)
o Pairplots for understanding relationships

10 . internship project on data analytics

Contact Us:
NP IT SOLUTIONS – An ISO 9001: 2015 Certified Company
Office No 106, 2nd Floor, Above SBI Abhonkar Ln, Raviwar Peth, Raviwar
Karanja, Panchavati, Nashik, Maharashtra 422002
Call Us:
Call / WhatsApp: 9665819110 / 8788442237
E- mail Us:
[email protected]
Visit Us:
https://www.npitsolutions.in

You might also like