/66daysofdata

Every day for 66 days, I will be learning something related to data science and will be posting it here.

Primary LanguageJupyter Notebook

66daysofdata

Day 1

Revise the various types of data types in python like string, list, set, and the rules for giving the names of the variable in python. Also, worked with different methods that have been used with these data types. Check it here

Day 2

Learned about dictionary datatype in python. Also, get to know about the conditional statement in python like 'if' and 'if else' statement. Also learned about the while and for loop in python. Check it here

Day 3

Today I had learned about the different functions in python such as enumerate, lambda, filter, and reduce function. Check it here

Day 4

Learned about the OOPs concept, constructor and destructor, Encapsulation and polymorphism in python. Also, get to know about the difference between a static method and a class method in python. Check it here

Day 5

Learned about the NumPy library in python and its methods and why we prefer this library over the list. Also, get to know about the matrix operations in NumPy and various methods to merge the NumPy arrays. Check it here

Day 6

Learned about the pandas library. How dataframe is created and what is the use of this library. Learned about different methods of this library like head(), tail(), shape, info(), columns(), loc(), iloc(), set_option, etc. Check it out here

Day 7

Work on different pandas operations on dataframe. How to add and delete rows and columns in the dataframe. split the column, find the mean and median, add two dataframe and sort the column values in ascending and descending order and also filter the data with greater than and less than parameters. Check it out here

Day 8

Learned about data visualization using the matplotlib library. Using matplotlib library drawn line chart, pie chart, and Bar chart. Also learned about the format string, tight layout function legend function. Click here

Day 9

Spend my time learning about data visualization using matplotlib library. Drawn Histogram, Stack Plot, and also fill the area under the curve. Also, get to know the importance of this figure and why we use them. Click here for python notebook.

Day 10

Learned about the seaborn library for data visualization. Also draw histplot and scatter plot. Click here for python notebook.