top of page
Profile
Join date: Aug 23, 2021
About
0 likes received
0 comments received
0 best answers
Posts (10)

Mar 5, 2022 ∙ 7 min
Statistical Concepts
The field of statistics is the science of learning from data. Statistical knowledge helps you use the proper methods to collect the data,...
32
0

Jan 18, 2022 ∙ 3 min
Time Series Analysis
The article contains the analysis on dataset of North American Industry Classification System
(NAICS).
12
0

Dec 8, 2021 ∙ 5 min
Data Cleaning in Python
After data extraction/collection, the data needs to be cleaned before analysis. Data cleaning is an important task in data science since...
26
0

Nov 20, 2021 ∙ 5 min
Combining and Aggregating Data in Python
While analyzing data, there might arise situations where the data required is available in different tables. In such situations, one...
39
0

Nov 20, 2021 ∙ 2 min
Multi-Indexing for Data Manipulation
Pandas is a package built on top of NumPy, and provides an efficient implementation of a DataFrame. DataFrames are essentially...
10
0

Oct 18, 2021 ∙ 5 min
Analyzing Views of 'The Office'
The Office is an American mockumentary sitcom television series that depicts the everyday work lives of office employees in the Scranton,...
67
0
1

Oct 4, 2021 ∙ 2 min
Indexing and Slicing in Python
Indexing and slicing is the one of the most commonly used concept in Python. It helps retrieving elements from strings, lists and other...
76
0

Oct 2, 2021 ∙ 3 min
Python Concepts for Data Science: Lambda Functions
Functions are a handy tool whenever we want to perform a repetitive task. It helps us by preventing to write the same section of codes...
47
0
1

Sep 9, 2021 ∙ 2 min
Character Count using Python
The python code illustrated below allows a user to count the number of occurrences of alphabets in a word or sentence. The code uses loop...
105
2
1

Sep 9, 2021 ∙ 2 min
Rock Paper Scissors - The Game!
Rock Paper Scissors - a simple hand gesture game played by everyone. As the name suggests, three elements are defined in the game: a...
285
1
3
Sujan Karki
Writer
More actions
bottom of page