Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 251 Bytes

Pandas

It is contain almost command that need of Pandas.

Code include:

  1. How to read dataset?
  2. show and describe datset.
  3. select specific column from dataset.
  4. Drop specifec column from datset.
  5. How to transform you dataset to DataFrame?