-
Notifications
You must be signed in to change notification settings - Fork 2
Glossary
echang97 edited this page Jun 27, 2019
·
21 revisions
CMD - Abbreviation for Command Prompt
DataFrame - Pandas representation of a spreadsheet. Can retrieve and manipulate information using built-in Methods
Dictionary - Built-in Python data structure for mapping key:value pairs
Pandas - A Python library used for data analysis
Set - Built-in python data structure. Cannot have duplicate entries. Kind of like a mathematical set