Chapter 3: Analysis Flashcards
Data
describes raw data in formats such as CSV
What does CSV stand for?
Comma separated value
Accessing Data
getting from data format
Pre-processing data
stage where we apply techniques to ensure that data is of good quality
Issues of data quality
Missing data
Out of range data
Non-validated data
Incorrect data structure
Reasons why data quality issues arise:
Poor validation in code
Typos
Manual entry of data from paper
Analysis
checking factors such as max and min value from a dataset
Visualization
It helps understand data through elements like graphs
Accessing pre-processed data
transferring data from micro bit to PC
What does serial communication ?
Sends ASCII values byte by byte using 2 wires
Serial Port Emulation
Getting the USB connection to emulate the serial communication
Layers of the PC
- USB cable communication with emulated serial port
- Operating System(OS)-windows
- Python programs (pyserial)
COM PORT
The operating system uses COM PORT numbers to identify devices that are connected to the PC