Showing posts with label Data Analytics. Show all posts
Showing posts with label Data Analytics. Show all posts

Monday, February 25, 2019

Categorical Variables


  • These are variables that fall into a category
  • There is no order for categorical variables
  • They are not quantitative variables

Monday, April 24, 2017

How to read tabular data using pandas


Tabular data are data that looks like a table. Data with rows and columns like excel spreadsheet.common format is tabular data


Sunday, April 23, 2017

Data analysis with Python and Panda

Python 

  • Programming language that lets us work quickly and integrate systems more efficiently
  • Written in C
  • Python is almost fast as C
  • Syntax is very easy

Labels