Reading or Loading Data Into Data Frame
Reading or Loading Data Into Data Frame
Reading or Loading Data Into Data Frame
Course Outcomes :
• CO1 To acquire good introducing knowledge of the essentials in
Statistical
Fundamentals used in Data science.(K1)
• CO2 Develop an ability to apply algorithmic principles and Programing
knowledge
using Python and R language on Data Science .(K2,K3)
• CO3 Develop ability to visualise the data for Analysis. (K4)
• CO4 Apply and Implement ML principles using Probability and Statistics
(K5)
• CO5 Understating and Recommending statistics and Machine learning
solutions (K6)
• CO6 Gaining Research insights and latest solutions provided by
researchers(K6)
Program Name: BCSE3029 Program Code: Data Science
School of Computing Science and Engineering
Course Code : BCSE3092 Course Name: Data Science
Course Prerequisites
• PYTHON BASICS
• STATISTICS
• LINEAR ALGEBRA
Syllabus
Recommended Books
Text books
Reference Book
You’ll notice that Pandas displays only 20 columns by default for wide
data dataframes, and only 60 or so rows.
you can edit the defaults using some internal options for Pandas displays
simple use
• pd.display.options.XX = value to set these):
Get the shape of your DataFrame – the number of rows and columns using
.shape, and the number of dimensions using .ndim.
Preview DataFrames with head() and tail()