calvinlua / Pandas_Colab

Learning Pandas in Python using Google Collab with W3School and other reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandas with Python

Download library in python: pip install pandas


This whole program entails pandas in:

  • Basic usage
  • Cleaning Data
  • Advanced usage

This repository serves as a cheatsheet to quicky review back function in pandas library of python It can be used to control , managed and organise data in csv as well as excel.

Note: pandas can work with Numpy libraries with pip install numpy

Learning Purposes

  1. Better at handling plc data in csv format from PLC
  2. Progress to work with Numpy and handle data better at Machine Learning Model.

W3School

Important: To create markdown in repository, just follow the markdown syntax from Google Collabolatory.

Features for pandas on NTU project

  • Remove Duplicates
  • Remove downward trend
  • Compare the values and check
Syntax Description Test Text
Header Title Here's this
Paragraph Text And more

References for markdown

About

Learning Pandas in Python using Google Collab with W3School and other reference


Languages

Language:Jupyter Notebook 100.0%