Member-only story

YouTube Video Review: Data Analysis with Python — Zero to Pandas

Crystal X
5 min readFeb 24, 2022

--

I have been studying data analysis in an attempt to upgrade my skill in this area of data science. I therefore embarked upon a 10 hour training course focused specifically on data analysis.

The course I have taken, Data Analysis with Python: Zero to Pandas, is broken down into lectures, which I will endeavour to summarise in this post:-

Lecture 1

Python can be used as a calculator because it can add, subtract, divide, and carry out exponential notation.

The operators for mathematics are:-

  1. == equal to
  2. != not equal to
  3. > greater than
  4. < less than
  5. >= greater than or equal to
  6. <= less than or equal to

Conditional operators are:-

  1. And
  2. Or
  3. Not

Types are:-

  1. Integer
  2. Float
  3. Boolean
  4. None
  5. String
  6. List
  7. Tuple
  8. Dictionary

--

--

Crystal X
Crystal X

Written by Crystal X

I have over five decades experience in the world of work, being in fast food, the military, business, non-profits, and the healthcare sector.

No responses yet