Skip to content

bobblee/NelaSec_Sep2020_Meetup

Repository files navigation

Sept 2020 NelaSec Meetup (Virtual)

  • What is Pandas?

    • Python package for Data Analysis
      • pairs with other packages for Machine Learning
      • quick commands for showing the shape of a dataset (info(), describe())
  • Why use Pandas, when we have Excel?

    • Python and Pandas is free and open source
    • Pandas data limit is based on hardware, unline excels row/column limits
    • Scripting and Automation in data pipelines
    • repeatibility, repeatibility, repeatibility
  • What are we going to go over?

    • Select, Transform, Visualize, and Export data
    • pulling in files/data in various formats : csv, tsv, json
  • Additional Resources:

    • How to run Python code:

    • Additional Practice with Pandas

      • Guipsamora's Pandas excersizes (https://github.com/guipsamora/pandas_exercises) : Examples with bad data that needs to be cleaned/handled. The excercises focus on specific skills and they all have a solutions file to compare against.

Run on Repl.it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published