Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Glossary

echang97 edited this page Jun 27, 2019 · 21 revisions

CMD - Abbreviation for Command Prompt

Constructor - How an instance of an Object is made. May or may not accept parameters

DataFrame - Pandas representation of a spreadsheet. Can retrieve and manipulate information using built-in Methods

Dictionary - Data structure for mapping key:value pairs

List - Holds a group of data. Functions like a Java ArrayList

Pandas - A Python library used for data analysis

Set - Built-in python data structure. Cannot have duplicate entries. Kind of like a mathematical set

Clone this wiki locally