Rubash Mali
6 min read
Understanding and Analysis Of NAICS Dataset
Introduction The North American Industry Classification System (NAICS) is an industry classification system developed by the statistical...
Sara Ahmed
2 min read
Cleaning data in python
Having clean data will ultimately increase overall productivity and allow for the highest quality information in your decision-making....
Gilbert Temgoua
4 min read
Investigating the popularity of the Netflix series 'The Office'
This is an extension of the Datacamp project originally entitled Investigating Netflix Movies and Guest Stars in The Office. The Office,...
Kala Maya Sanyasi
2 min read
Investigating Netflix Movies and Guest Stars in The Office
1. Welcome! The Office! What started as a British mockumentary series about office culture in 2001 has since spawned ten other variants...
Abu Bin Fahd
3 min read
Investigating Guest Stars in The Office
The Office! What started as a British mockumentary series about office culture in 2001 has since spawned ten other variants across the...
Mohamed Adel
2 min read
Python Scope
A variable is only available from inside the region it is created. This is called scope. Local Scope A variable created inside a function...
Mohamed Adel
2 min read
Python sets
Sets are used to store multiple items in a single variable. Set is one of 4 built-in data types in Python used to store collections of...
Rubash Mali
3 min read
Investigating Guest Stars in The Office
The Office! What started as a British mockumentary series about office culture in 2001 has since spawned ten other variants across the...
Kouamé Maïzan Alain Serge Kossonou
3 min read
Roman to Decimal Number Conversion with Python
General Introduction Roman numerals are a numeral system that originated in ancient rome. Numbers in this system are represented by...