Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 377 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 377 Bytes

RANDOM USER API USAGE FOR DATA SOURCE

Using API to gather data and manipulating

  • Data manipulation
  1. Data type conversion
  2. Columns Addition
  3. Dropping Columns
  4. Data Cleaning
  • Summary Statistics
  1. Pulling 100 male users names from the api data

IDE

  • Jupyter Notebook

Libraries

  • Pandas
pandas
  • requests
requests